Spaces:
Running
on
Zero
Running
on
Zero
Fix demo videos and questions.
Browse files
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}
|
| 279 |
"What happens in this video?",
|
| 280 |
],
|
| 281 |
[
|
| 282 |
-
f"{cur_dir}
|
| 283 |
-
"
|
| 284 |
],
|
| 285 |
[
|
| 286 |
-
f"{cur_dir}/examples/
|
| 287 |
-
"
|
| 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],
|