fffiloni commited on
Commit
5195ba0
1 Parent(s): c8fad13

Update app.py

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