Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -402,7 +402,7 @@ with gr.Blocks() as demo:
|
|
402 |
|
403 |
],
|
404 |
inputs = [source_image, driven_audio],
|
405 |
-
cache_examples =
|
406 |
)
|
407 |
|
408 |
with gr.Column():
|
|
|
402 |
|
403 |
],
|
404 |
inputs = [source_image, driven_audio],
|
405 |
+
cache_examples = False
|
406 |
)
|
407 |
|
408 |
with gr.Column():
|