Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -585,7 +585,7 @@ def create_interface():
|
|
| 585 |
text_button.click(process_and_query, inputs=[input_language, audio_input, image_input, text_input], outputs=[text_output, hallucination_output])
|
| 586 |
|
| 587 |
clear_button = gr.Button("Clear")
|
| 588 |
-
clear_button.click(clear, inputs=[
|
| 589 |
|
| 590 |
return iface
|
| 591 |
|
|
|
|
| 585 |
text_button.click(process_and_query, inputs=[input_language, audio_input, image_input, text_input], outputs=[text_output, hallucination_output])
|
| 586 |
|
| 587 |
clear_button = gr.Button("Clear")
|
| 588 |
+
clear_button.click(clear, inputs=[], outputs=[input_language, audio_input, image_input, text_input])
|
| 589 |
|
| 590 |
return iface
|
| 591 |
|