Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -336,7 +336,7 @@ def create_gradio_interface():
|
|
336 |
with gr.Row():
|
337 |
examples = gr.Examples(
|
338 |
examples=["examples/A.jpg", "examples/2.jpg", "examples/1.jpg", "examples/1.mp4", "examples/2.mp4"],
|
339 |
-
inputs=
|
340 |
)
|
341 |
gr.Markdown("[Report-Bug💻](https://huggingface.co/spaces/prithivMLmods/Qwen2.5-VL/discussions) | [prithivMLmods🤗](https://huggingface.co/prithivMLmods)")
|
342 |
|
|
|
336 |
with gr.Row():
|
337 |
examples = gr.Examples(
|
338 |
examples=["examples/A.jpg", "examples/2.jpg", "examples/1.jpg", "examples/1.mp4", "examples/2.mp4"],
|
339 |
+
inputs=media_input, label="Examples"
|
340 |
)
|
341 |
gr.Markdown("[Report-Bug💻](https://huggingface.co/spaces/prithivMLmods/Qwen2.5-VL/discussions) | [prithivMLmods🤗](https://huggingface.co/prithivMLmods)")
|
342 |
|