Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -37,9 +37,10 @@ with gr.Blocks() as demo:
|
|
| 37 |
""")
|
| 38 |
with gr.Row():
|
| 39 |
with gr.Column():
|
| 40 |
-
text = gr.Textbox(label="text")
|
| 41 |
-
voice = gr.Audio(type="filepath")
|
| 42 |
image_in = gr.Image(type="filepath")
|
|
|
|
|
|
|
|
|
|
| 43 |
submit_btn = gr.Button('Submit')
|
| 44 |
with gr.Column():
|
| 45 |
video_o = gr.Video()
|
|
|
|
| 37 |
""")
|
| 38 |
with gr.Row():
|
| 39 |
with gr.Column():
|
|
|
|
|
|
|
| 40 |
image_in = gr.Image(type="filepath")
|
| 41 |
+
with gr.Column():
|
| 42 |
+
voice = gr.Audio(type="filepath")
|
| 43 |
+
text = gr.Textbox(label="text")
|
| 44 |
submit_btn = gr.Button('Submit')
|
| 45 |
with gr.Column():
|
| 46 |
video_o = gr.Video()
|