Update gradio_app.py
Browse files- gradio_app.py +1 -1
gradio_app.py
CHANGED
@@ -393,7 +393,7 @@ with gr.Blocks() as demo:
|
|
393 |
|
394 |
with gr.Column():
|
395 |
source_image = gr.Image(label="Source Image", type="filepath")
|
396 |
-
driven_audio = gr.Audio(label="Driven Audio")
|
397 |
submit_btn = gr.Button("Submit")
|
398 |
|
399 |
gr.Examples(
|
|
|
393 |
|
394 |
with gr.Column():
|
395 |
source_image = gr.Image(label="Source Image", type="filepath")
|
396 |
+
driven_audio = gr.Audio(label="Driven Audio", type="filepath")
|
397 |
submit_btn = gr.Button("Submit")
|
398 |
|
399 |
gr.Examples(
|