Spaces:
Running
on
Zero
Running
on
Zero
update app
Browse files
app.py
CHANGED
|
@@ -451,6 +451,7 @@ with gr.Blocks() as demo:
|
|
| 451 |
examples=[
|
| 452 |
["examples/1.png", "Click on the Fara-7B model.", "Fara-7B"],
|
| 453 |
["examples/2.png", "Click on the VLMs Collection", "UI-TARS-1.5-7B"],
|
|
|
|
| 454 |
["examples/3.png", "Click on the 'Real-time vision models' collection.", "Holo1-3B"],
|
| 455 |
],
|
| 456 |
inputs=[input_image, task_input, model_choice],
|
|
|
|
| 451 |
examples=[
|
| 452 |
["examples/1.png", "Click on the Fara-7B model.", "Fara-7B"],
|
| 453 |
["examples/2.png", "Click on the VLMs Collection", "UI-TARS-1.5-7B"],
|
| 454 |
+
["examples/3.png", "Click on the 'Real-time vision models' collection.", "Fara-7B"],
|
| 455 |
["examples/3.png", "Click on the 'Real-time vision models' collection.", "Holo1-3B"],
|
| 456 |
],
|
| 457 |
inputs=[input_image, task_input, model_choice],
|