Ubaidbhat commited on
Commit
32940ab
1 Parent(s): 58f2596

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,7 +265,7 @@ with gr.Blocks() as demo:
265
  with gr.Row():
266
  # Buttons at the bottom
267
  submit_button = gr.Button("Submit")
268
- clear_button = gr.Button("Upload ", elem_id="clear-button")
269
 
270
  # Linking the submit button with the save_audio function
271
  submit_button.click(fn=pred, inputs=[image_input, text_input, audio_input],
 
265
  with gr.Row():
266
  # Buttons at the bottom
267
  submit_button = gr.Button("Submit")
268
+ clear_button = gr.Button("Clear", elem_id="clear-button")
269
 
270
  # Linking the submit button with the save_audio function
271
  submit_button.click(fn=pred, inputs=[image_input, text_input, audio_input],