Spaces:
Paused
Paused
Update app.py
Browse files
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("
|
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],
|