Spaces:
Running
on
L4
Running
on
L4
Update app.py
Browse files
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.
|
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")
|