Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -228,7 +228,7 @@ with gr.Blocks(title='Video-LLaVAπ', theme=gr.themes.Default(), css=block_css
|
|
| 228 |
f"{cur_dir}/examples/sample_demo_1.mp4",
|
| 229 |
"Why is this video funny?",
|
| 230 |
],
|
| 231 |
-
[
|
| 232 |
f"{cur_dir}/examples/sample_demo_7.mp4",
|
| 233 |
"Create a short fairy tale with a moral lesson inspired by the video.",
|
| 234 |
],
|
|
@@ -247,7 +247,7 @@ with gr.Blocks(title='Video-LLaVAπ', theme=gr.themes.Default(), css=block_css
|
|
| 247 |
[
|
| 248 |
f"{cur_dir}/examples/sample_demo_22.mp4",
|
| 249 |
"Describe the activity in the video.",
|
| 250 |
-
],
|
| 251 |
],
|
| 252 |
inputs=[video, textbox],
|
| 253 |
)
|
|
|
|
| 228 |
f"{cur_dir}/examples/sample_demo_1.mp4",
|
| 229 |
"Why is this video funny?",
|
| 230 |
],
|
| 231 |
+
'''[
|
| 232 |
f"{cur_dir}/examples/sample_demo_7.mp4",
|
| 233 |
"Create a short fairy tale with a moral lesson inspired by the video.",
|
| 234 |
],
|
|
|
|
| 247 |
[
|
| 248 |
f"{cur_dir}/examples/sample_demo_22.mp4",
|
| 249 |
"Describe the activity in the video.",
|
| 250 |
+
],'''
|
| 251 |
],
|
| 252 |
inputs=[video, textbox],
|
| 253 |
)
|