Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ with gr.Blocks(title="VideoLLM-online", css=css) as demo:
|
|
45 |
with gr.Column():
|
46 |
gr_video = gr.Video(label="video stream", elem_id="gr_video", visible=True, sources=['upload'], autoplay=True)
|
47 |
gr_examples = gr.Examples(
|
48 |
-
examples=[["
|
49 |
inputs=gr_video,
|
50 |
outputs=gr_video,
|
51 |
label="Examples"
|
|
|
45 |
with gr.Column():
|
46 |
gr_video = gr.Video(label="video stream", elem_id="gr_video", visible=True, sources=['upload'], autoplay=True)
|
47 |
gr_examples = gr.Examples(
|
48 |
+
examples=[["cooking.mp4"], ["bicycle.mp4"]],
|
49 |
inputs=gr_video,
|
50 |
outputs=gr_video,
|
51 |
label="Examples"
|