Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,8 @@ demo = gr.ChatInterface(
|
|
90 |
type='messages',
|
91 |
chatbot=gr.Chatbot(
|
92 |
type='messages',
|
93 |
-
|
|
|
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,
|