Files changed (1) hide show
  1. app.py +1 -1
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=True # Cache examples for faster loading
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(