Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ with gr.Blocks(title='Flash-VStream', theme=gr.themes.Soft(), css=block_css) as
|
|
132 |
gr.Examples(
|
133 |
examples=[
|
134 |
[
|
135 |
-
f"{cur_dir}/examples/
|
136 |
"Describe the video briefly.",
|
137 |
]
|
138 |
],
|
|
|
132 |
gr.Examples(
|
133 |
examples=[
|
134 |
[
|
135 |
+
f"{cur_dir}/examples/video1.mp4",
|
136 |
"Describe the video briefly.",
|
137 |
]
|
138 |
],
|