Yiqin commited on
Commit
8a89857
1 Parent(s): 19f6f56
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -63,7 +63,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
63
  inputs=video_path,
64
  outputs=video_path,
65
  fn=mirror,
66
- cache_examples=True,
67
  )
68
 
69
  with gr.Column():
 
63
  inputs=video_path,
64
  outputs=video_path,
65
  fn=mirror,
66
+ cache_examples=False,
67
  )
68
 
69
  with gr.Column():