Spaces:
Running
Running
Commit
·
21cd05d
1
Parent(s):
c4d1038
remove thinking
Browse files
app.py
CHANGED
|
@@ -450,7 +450,7 @@ def create_chat_interface():
|
|
| 450 |
show_copy_all_button=False,
|
| 451 |
show_copy_button=False,
|
| 452 |
render=True,
|
| 453 |
-
allow_tags=True,
|
| 454 |
)
|
| 455 |
msg = gr.Textbox(elem_id="chatbot_textbox", show_label=False)
|
| 456 |
transcript_processor_state = gr.State() # maintain state of imp things
|
|
|
|
| 450 |
show_copy_all_button=False,
|
| 451 |
show_copy_button=False,
|
| 452 |
render=True,
|
| 453 |
+
# allow_tags=True,
|
| 454 |
)
|
| 455 |
msg = gr.Textbox(elem_id="chatbot_textbox", show_label=False)
|
| 456 |
transcript_processor_state = gr.State() # maintain state of imp things
|