Spaces:
Running
Running
Commit
·
f0b1257
1
Parent(s):
48c3476
Update app.py
Browse files
app.py
CHANGED
@@ -161,7 +161,7 @@ with gr.Blocks(css=css) as demo:
|
|
161 |
examples_per_page=5
|
162 |
)
|
163 |
with gr.Row():
|
164 |
-
gr.ClearButton([audio_input
|
165 |
run_btn = gr.Button("Run", elem_id="run-btn")
|
166 |
with gr.Column():
|
167 |
output_video = gr.Video(format="mp4")
|
|
|
161 |
examples_per_page=5
|
162 |
)
|
163 |
with gr.Row():
|
164 |
+
gr.ClearButton([audio_input])
|
165 |
run_btn = gr.Button("Run", elem_id="run-btn")
|
166 |
with gr.Column():
|
167 |
output_video = gr.Video(format="mp4")
|