andrejrad commited on
Commit
cf6f190
·
verified ·
1 Parent(s): 24f85e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 (Gemma-3 + Adapter)") as demo:
213
- gr.Markdown("# Keyframe Annotator (Gemma-3-12B FT)\nUpload an image to get **strict JSON** annotations.")
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):