IVGSZ commited on
Commit
6993849
1 Parent(s): 76c25f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/video2.mp4",
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
  ],