scfive
commited on
Commit
·
f36bbc5
1
Parent(s):
28209c4
Add Hugging Face Space YAML metadata to README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# SpecDETR Hugging Face Space
|
2 |
|
3 |
This repository contains a Gradio demo for SpecDETR, supporting both image and video detection.
|
|
|
1 |
+
---
|
2 |
+
title: SpecDETR Gradio App
|
3 |
+
emoji: 🚀
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: blue
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: "3.50.2"
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
+
|
14 |
# SpecDETR Hugging Face Space
|
15 |
|
16 |
This repository contains a Gradio demo for SpecDETR, supporting both image and video detection.
|