Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ with gr.Blocks(css=css) as demo:
|
|
140 |
examples_per_page=5
|
141 |
)
|
142 |
with gr.Row():
|
143 |
-
|
144 |
run_btn = gr.Button("Run")
|
145 |
with gr.Column():
|
146 |
output_video = gr.Video(format="mp4")
|
|
|
140 |
examples_per_page=5
|
141 |
)
|
142 |
with gr.Row():
|
143 |
+
gr.ClearButton([audio_input, image_path, audio_list])
|
144 |
run_btn = gr.Button("Run")
|
145 |
with gr.Column():
|
146 |
output_video = gr.Video(format="mp4")
|