fffiloni commited on
Commit
26f43cb
·
verified ·
1 Parent(s): 9661bf3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ with gr.Blocks(css=css) as demo:
124
  with gr.Row():
125
  with gr.Column():
126
  video_input = gr.Video(label="Video Control", format="mp4")
127
- audio_input = gr.Video(label="Audio Inpit", type="filepath")
128
  submit_btn = gr.Button("Submit")
129
  with gr.Column():
130
  video_result = gr.Video(label="Result")
 
124
  with gr.Row():
125
  with gr.Column():
126
  video_input = gr.Video(label="Video Control", format="mp4")
127
+ audio_input = gr.Audio(label="Audio Input", type="filepath")
128
  submit_btn = gr.Button("Submit")
129
  with gr.Column():
130
  video_result = gr.Video(label="Result")