Spaces:
Runtime error
Runtime error
Update tasks/eval/demo/pllava_demo.py
Browse files
tasks/eval/demo/pllava_demo.py
CHANGED
@@ -239,7 +239,8 @@ with gr.Blocks(title="PLLaVA",
|
|
239 |
['example/working.mp4', 'Describe the background, characters and the actions in the provided video.'],
|
240 |
['example/1917.mp4', 'Describe the background, characters and the actions in the provided video.'],
|
241 |
],
|
242 |
-
inputs=[up_video, text_input]
|
|
|
243 |
)
|
244 |
|
245 |
|
|
|
239 |
['example/working.mp4', 'Describe the background, characters and the actions in the provided video.'],
|
240 |
['example/1917.mp4', 'Describe the background, characters and the actions in the provided video.'],
|
241 |
],
|
242 |
+
inputs=[up_video, text_input],
|
243 |
+
cache_examples=False
|
244 |
)
|
245 |
|
246 |
|