Omnibus commited on
Commit
8ea647d
β€’
1 Parent(s): 4cee86a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -228,7 +228,7 @@ with gr.Blocks(title='Video-LLaVAπŸš€', theme=gr.themes.Default(), css=block_css
228
  f"{cur_dir}/examples/sample_demo_1.mp4",
229
  "Why is this video funny?",
230
  ],
231
- [
232
  f"{cur_dir}/examples/sample_demo_7.mp4",
233
  "Create a short fairy tale with a moral lesson inspired by the video.",
234
  ],
@@ -247,7 +247,7 @@ with gr.Blocks(title='Video-LLaVAπŸš€', theme=gr.themes.Default(), css=block_css
247
  [
248
  f"{cur_dir}/examples/sample_demo_22.mp4",
249
  "Describe the activity in the video.",
250
- ],
251
  ],
252
  inputs=[video, textbox],
253
  )
 
228
  f"{cur_dir}/examples/sample_demo_1.mp4",
229
  "Why is this video funny?",
230
  ],
231
+ '''[
232
  f"{cur_dir}/examples/sample_demo_7.mp4",
233
  "Create a short fairy tale with a moral lesson inspired by the video.",
234
  ],
 
247
  [
248
  f"{cur_dir}/examples/sample_demo_22.mp4",
249
  "Describe the activity in the video.",
250
+ ],'''
251
  ],
252
  inputs=[video, textbox],
253
  )