cyrus28214 commited on
Commit
b2c4d0a
·
verified ·
1 Parent(s): 8232571

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -90,7 +90,8 @@ demo = gr.ChatInterface(
90
  type='messages',
91
  chatbot=gr.Chatbot(
92
  type='messages',
93
- allow_tags=['think'],
 
94
  scale=1,
95
  ),
96
  fn=respond,
 
90
  type='messages',
91
  chatbot=gr.Chatbot(
92
  type='messages',
93
+ # allow_tags=['think'],
94
+ sanitize_html=False,
95
  scale=1,
96
  ),
97
  fn=respond,