Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -242,7 +242,7 @@ with gr.Blocks(css=css) as demo:
|
|
242 |
fn=infer,
|
243 |
inputs = [video_in, chosen_model],
|
244 |
outputs= [caption_o, retry_btn, audio_o, video_o],
|
245 |
-
cache_examples=True
|
246 |
)
|
247 |
|
248 |
video_in.change(
|
|
|
242 |
fn=infer,
|
243 |
inputs = [video_in, chosen_model],
|
244 |
outputs= [caption_o, retry_btn, audio_o, video_o],
|
245 |
+
#cache_examples=True
|
246 |
)
|
247 |
|
248 |
video_in.change(
|