Spaces:
Running
on
Zero
Running
on
Zero
lixin4ever
commited on
Commit
β’
004fa99
1
Parent(s):
a5deedf
Update app.py
Browse files
app.py
CHANGED
@@ -307,11 +307,11 @@ with gr.Blocks(title='VideoLLaMA 2 π₯ππ₯', theme=theme, css=block_css) as
|
|
307 |
examples=[
|
308 |
[
|
309 |
f"{cur_dir}/examples/WBS4I.mp4",
|
310 |
-
"Please describe the video
|
311 |
],
|
312 |
[
|
313 |
f"{cur_dir}/examples/sample_demo_1.mp4",
|
314 |
-
"Please describe the video
|
315 |
],
|
316 |
],
|
317 |
inputs=[video, textbox],
|
@@ -321,7 +321,7 @@ with gr.Blocks(title='VideoLLaMA 2 π₯ππ₯', theme=theme, css=block_css) as
|
|
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",
|
@@ -336,11 +336,11 @@ with gr.Blocks(title='VideoLLaMA 2 π₯ππ₯', theme=theme, css=block_css) as
|
|
336 |
examples=[
|
337 |
[
|
338 |
f"{cur_dir}/examples/Y--ZHUMfueO0.flac",
|
339 |
-
"Please describe the audio
|
340 |
],
|
341 |
[
|
342 |
f"{cur_dir}/examples/Traffic and pedestrians.wav",
|
343 |
-
"Please describe the audio
|
344 |
],
|
345 |
],
|
346 |
inputs=[audio, textbox],
|
|
|
307 |
examples=[
|
308 |
[
|
309 |
f"{cur_dir}/examples/WBS4I.mp4",
|
310 |
+
"Please describe the video.",
|
311 |
],
|
312 |
[
|
313 |
f"{cur_dir}/examples/sample_demo_1.mp4",
|
314 |
+
"Please describe the video.",
|
315 |
],
|
316 |
],
|
317 |
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",
|
|
|
336 |
examples=[
|
337 |
[
|
338 |
f"{cur_dir}/examples/Y--ZHUMfueO0.flac",
|
339 |
+
"Please describe the audio.",
|
340 |
],
|
341 |
[
|
342 |
f"{cur_dir}/examples/Traffic and pedestrians.wav",
|
343 |
+
"Please describe the audio.",
|
344 |
],
|
345 |
],
|
346 |
inputs=[audio, textbox],
|