ermu2001 commited on
Commit
270e904
1 Parent(s): e92a163

Update tasks/eval/demo/pllava_demo.py

Browse files
Files changed (1) hide show
  1. tasks/eval/demo/pllava_demo.py +2 -1
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