Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ with gr.Blocks() as demo:
|
|
35 |
with gr.Row():
|
36 |
with gr.Column():
|
37 |
image_input = gr.Image(label="Image Input", type="filepath")
|
38 |
-
audio_input = gr.Audio(label="Audio Input")
|
39 |
submit_btn = gr.Button("Submit")
|
40 |
with gr.Column():
|
41 |
output_result = gr.Video(label="Result")
|
|
|
35 |
with gr.Row():
|
36 |
with gr.Column():
|
37 |
image_input = gr.Image(label="Image Input", type="filepath")
|
38 |
+
audio_input = gr.Audio(label="Audio Input", type="filepath")
|
39 |
submit_btn = gr.Button("Submit")
|
40 |
with gr.Column():
|
41 |
output_result = gr.Video(label="Result")
|