Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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=["
|
297 |
label="Select Model",
|
298 |
-
value="
|
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.")
|