minor
Browse files
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=
|
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():
|