Spaces:
Runtime error
Runtime error
gorkemgoknar
commited on
Commit
•
29cc4bc
1
Parent(s):
c0d7caf
Update app.py
Browse files
app.py
CHANGED
@@ -736,6 +736,7 @@ with gr.Blocks(title=title) as demo:
|
|
736 |
[chatbot, txt],
|
737 |
add_text,
|
738 |
cache_examples=False,
|
|
|
739 |
)
|
740 |
|
741 |
clear_btn = gr.ClearButton([chatbot, audio])
|
|
|
736 |
[chatbot, txt],
|
737 |
add_text,
|
738 |
cache_examples=False,
|
739 |
+
run_on_click=True,
|
740 |
)
|
741 |
|
742 |
clear_btn = gr.ClearButton([chatbot, audio])
|