Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -175,7 +175,6 @@ with gr.Blocks(css=css) as demo:
|
|
| 175 |
examples_per_page=5
|
| 176 |
)
|
| 177 |
with gr.Row():
|
| 178 |
-
gr.ClearButton([audio_input, image_path, audio_list])
|
| 179 |
run_btn = gr.Button("Run", elem_id="run-btn")
|
| 180 |
with gr.Column():
|
| 181 |
output_video = gr.Video(format="mp4")
|
|
|
|
| 175 |
examples_per_page=5
|
| 176 |
)
|
| 177 |
with gr.Row():
|
|
|
|
| 178 |
run_btn = gr.Button("Run", elem_id="run-btn")
|
| 179 |
with gr.Column():
|
| 180 |
output_video = gr.Video(format="mp4")
|