Spaces:
Running
on
A100
Running
on
A100
Update app.py
Browse files
app.py
CHANGED
@@ -209,8 +209,8 @@ def generate_json(image: Image.Image):
|
|
209 |
# --------------------------
|
210 |
# UI
|
211 |
# --------------------------
|
212 |
-
with gr.Blocks(theme=gr.themes.Soft(), analytics_enabled=False, title="Keyframe Annotator (
|
213 |
-
gr.Markdown("# Keyframe Annotator (
|
214 |
|
215 |
if LOAD_ERROR:
|
216 |
with gr.Accordion("Startup Error Details", open=False):
|
|
|
209 |
# --------------------------
|
210 |
# UI
|
211 |
# --------------------------
|
212 |
+
with gr.Blocks(theme=gr.themes.Soft(), analytics_enabled=False, title="Keyframe Annotator (ClipTagger + Adapter)") as demo:
|
213 |
+
gr.Markdown("# Keyframe Annotator (ClipTagger)\nUpload an image to get **strict JSON** annotations.")
|
214 |
|
215 |
if LOAD_ERROR:
|
216 |
with gr.Accordion("Startup Error Details", open=False):
|