prithivMLmods commited on
Commit
705b12a
·
verified ·
1 Parent(s): 0bc49aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -293,9 +293,9 @@ with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
293
  with gr.Accordion("(Result.md)", open=False):
294
  markdown_output = gr.Markdown(label="Formatted Result")
295
  model_choice = gr.Radio(
296
- choices=["SkyCaptioner-V1", "DeepCaption-VLA-7B", "SpaceThinker-3B", "coreOCR-7B-050325-preview", "SpaceOm-3B"],
297
  label="Select Model",
298
- value="SkyCaptioner-V1"
299
  )
300
  gr.Markdown("**Model Info 💻** | [Report Bug](https://huggingface.co/spaces/prithivMLmods/VisionScope-R2/discussions)")
301
  gr.Markdown("> [SkyCaptioner-V1](https://huggingface.co/Skywork/SkyCaptioner-V1): structural video captioning model designed to generate high-quality, structural descriptions for video data. It integrates specialized sub-expert models.")
 
293
  with gr.Accordion("(Result.md)", open=False):
294
  markdown_output = gr.Markdown(label="Formatted Result")
295
  model_choice = gr.Radio(
296
+ choices=["DeepCaption-VLA-7B", "SkyCaptioner-V1", "SpaceThinker-3B", "coreOCR-7B-050325-preview", "SpaceOm-3B"],
297
  label="Select Model",
298
+ value="DeepCaption-VLA-7B"
299
  )
300
  gr.Markdown("**Model Info 💻** | [Report Bug](https://huggingface.co/spaces/prithivMLmods/VisionScope-R2/discussions)")
301
  gr.Markdown("> [SkyCaptioner-V1](https://huggingface.co/Skywork/SkyCaptioner-V1): structural video captioning model designed to generate high-quality, structural descriptions for video data. It integrates specialized sub-expert models.")