Spaces:
Running
on
Zero
Running
on
Zero
Commit
Β·
0658a9d
1
Parent(s):
e818756
add requirements.txt
Browse files
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 |
-
"
|
| 325 |
],
|
| 326 |
[
|
| 327 |
f"{cur_dir}/examples/00003491.mp4",
|
| 328 |
-
"
|
| 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],
|