Spaces:
Runtime error
Runtime error
Commit
·
7ca4715
1
Parent(s):
29cc4bc
Update app.py
Browse files
app.py
CHANGED
|
@@ -736,7 +736,7 @@ with gr.Blocks(title=title) as demo:
|
|
| 736 |
[chatbot, txt],
|
| 737 |
add_text,
|
| 738 |
cache_examples=False,
|
| 739 |
-
run_on_click=
|
| 740 |
)
|
| 741 |
|
| 742 |
clear_btn = gr.ClearButton([chatbot, audio])
|
|
|
|
| 736 |
[chatbot, txt],
|
| 737 |
add_text,
|
| 738 |
cache_examples=False,
|
| 739 |
+
run_on_click=False, # Will not work , user should submit it
|
| 740 |
)
|
| 741 |
|
| 742 |
clear_btn = gr.ClearButton([chatbot, audio])
|