zyx123 commited on
Commit
0658a9d
β€’
1 Parent(s): e818756

add requirements.txt

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -321,11 +321,11 @@ with gr.Blocks(title='VideoLLaMA 2 πŸ”₯πŸš€πŸ”₯', theme=theme, css=block_css) as
321
  examples=[
322
  [
323
  f"{cur_dir}/examples/00000368.mp4",
324
- "Where is the loudest instrument?",
325
  ],
326
  [
327
  f"{cur_dir}/examples/00003491.mp4",
328
- "Is the instrument on the left louder than the instrument on the right?",
329
  ],
330
  ],
331
  inputs=[video, textbox],
 
321
  examples=[
322
  [
323
  f"{cur_dir}/examples/00000368.mp4",
324
+ "Please describe the video with audio information:",
325
  ],
326
  [
327
  f"{cur_dir}/examples/00003491.mp4",
328
+ "Where is the loudest instrument?",
329
  ],
330
  ],
331
  inputs=[video, textbox],