fffiloni commited on
Commit
446b08e
1 Parent(s): 341a8a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- clear_btn = gr.ClearButton()
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")