Update gradio_app.py
Browse files- gradio_app.py +2 -1
gradio_app.py
CHANGED
@@ -401,7 +401,8 @@ with gr.Blocks() as demo:
|
|
401 |
["example/source_image/WDA_BenCardin1_000.png", "example/source_image/WDA_BenCardin1_000.wav"],
|
402 |
|
403 |
],
|
404 |
-
inputs = [source_image, driven_audio]
|
|
|
405 |
)
|
406 |
|
407 |
with gr.Column():
|
|
|
401 |
["example/source_image/WDA_BenCardin1_000.png", "example/source_image/WDA_BenCardin1_000.wav"],
|
402 |
|
403 |
],
|
404 |
+
inputs = [source_image, driven_audio],
|
405 |
+
cache_examples = Falsep
|
406 |
)
|
407 |
|
408 |
with gr.Column():
|