Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -398,7 +398,7 @@ with gr.Blocks() as demo:
|
|
398 |
|
399 |
gr.Examples(
|
400 |
examples = [
|
401 |
-
["example/source_image/WDA_BenCardin1_000.png", "example/
|
402 |
|
403 |
],
|
404 |
inputs = [source_image, driven_audio],
|
|
|
398 |
|
399 |
gr.Examples(
|
400 |
examples = [
|
401 |
+
["example/source_image/WDA_BenCardin1_000.png", "example/audio_driven/WDA_BenCardin1_000.wav"],
|
402 |
|
403 |
],
|
404 |
inputs = [source_image, driven_audio],
|