File size: 703 Bytes
0af0696
 
0eabbc1
0af0696
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# SpecDETR Hugging Face Space

This repository contains a Gradio demo for SpecDETR, supporting both image and video detection.

## Usage
- Upload your model config (.py) and checkpoint (.pth) files to the interface.
- Test detection on images or videos using the Gradio UI.

## Files
- `app.py`: Gradio app entry point.
- `requirements.txt`: Python dependencies for Hugging Face Spaces.
- `download_spod.py`: (Optional) Script for dataset download and config update.

## Deployment
1. Push this repo to your Hugging Face Space.
2. The Space will auto-build and launch the Gradio demo.

## Note
- If you need to add default configs or checkpoints, place them in the repo and update `app.py` accordingly.