orik-ss's picture
Fix YOLO config dir and Gradio theme for Space
5a8ab25

A newer version of the Gradio SDK is available: 6.8.0

Upgrade
metadata
title: Small Object Detection
emoji: 🔍
sdk: gradio
sdk_version: 6.0.0
app_file: app.py
pinned: false

Small Object Detection

Upload an image to detect objects using the trained YOLO model best.pt in this repo. CPU-only — runs on basic (free) Hugging Face Spaces. The train26m folder is not part of this repo; only best.pt is included.

Run locally

Using uv (recommended):

pip install uv
uv pip install -r requirements.txt
python app.py

Or with pip only:

pip install -r requirements.txt
python app.py

Then open the URL shown in the terminal (e.g. http://127.0.0.1:7860).