Spaces:
Running
on
Zero
Running
on
Zero
Update gradio_app.py
Browse files- gradio_app.py +3 -2
gradio_app.py
CHANGED
@@ -399,8 +399,9 @@ with gr.Blocks() as demo:
|
|
399 |
gr.Examples(
|
400 |
examples = [
|
401 |
["example/source_image/WDA_BenCardin1_000.png", "example/source_image/WDA_BenCardin1_000.wav"],
|
402 |
-
|
403 |
-
]
|
|
|
404 |
)
|
405 |
|
406 |
with gr.Column():
|
|
|
399 |
gr.Examples(
|
400 |
examples = [
|
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():
|