ClownRat commited on
Commit
d15f44e
β€’
1 Parent(s): 489f57c

Fix demo videos and questions.

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -275,16 +275,16 @@ with gr.Blocks(title='VideoLLaMA 2 πŸ”₯πŸš€πŸ”₯', theme=theme, css=block_css) as
275
  gr.Examples(
276
  examples=[
277
  [
278
- f"{cur_dir}/../../assets/cat_and_chicken.mp4",
279
  "What happens in this video?",
280
  ],
281
  [
282
- f"{cur_dir}/../../assets/sora.mp4",
283
- "Please describe this video.",
284
  ],
285
  [
286
- f"{cur_dir}/examples/sample_demo_1.mp4",
287
- "What does the baby do?",
288
  ],
289
  ],
290
  inputs=[video, textbox],
 
275
  gr.Examples(
276
  examples=[
277
  [
278
+ f"{cur_dir}/examples/rap.mp4",
279
  "What happens in this video?",
280
  ],
281
  [
282
+ f"{cur_dir}/examples/demo2.mp4",
283
+ "Do you think it's morning or night in this video? Why?",
284
  ],
285
  [
286
+ f"{cur_dir}/examples/demo3.mp4",
287
+ "At the intersection, in which direction does the red car turn?",
288
  ],
289
  ],
290
  inputs=[video, textbox],