Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -335,7 +335,7 @@ def create_gradio_interface():
|
|
335 |
raw_output_stream = gr.Textbox(label="Raw Model Output Stream", interactive=False, lines=15, show_copy_button=True)
|
336 |
with gr.Row():
|
337 |
examples = gr.Examples(
|
338 |
-
examples=["
|
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)")
|
|
|
335 |
raw_output_stream = gr.Textbox(label="Raw Model Output Stream", interactive=False, lines=15, show_copy_button=True)
|
336 |
with gr.Row():
|
337 |
examples = gr.Examples(
|
338 |
+
examples=["images/A.jpg", "images/2.jpg", "images/1.jpg", "videos/1.mp4", "videos/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)")
|