Spaces:
Runtime error
Runtime error
bugfix
#22
by Banuka - opened
app.py
CHANGED
|
@@ -76,7 +76,7 @@ with gr.Blocks(css=css) as demo:
|
|
| 76 |
fn=predict_video,
|
| 77 |
inputs=[video_in, audio_in],
|
| 78 |
outputs=[video_out, text_out],
|
| 79 |
-
cache_examples=
|
| 80 |
)
|
| 81 |
|
| 82 |
video_in.change(
|
|
|
|
| 76 |
fn=predict_video,
|
| 77 |
inputs=[video_in, audio_in],
|
| 78 |
outputs=[video_out, text_out],
|
| 79 |
+
cache_examples= False # Cache examples for faster loading
|
| 80 |
)
|
| 81 |
|
| 82 |
video_in.change(
|