fffiloni commited on
Commit
1e7779c
1 Parent(s): 7572555

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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()