Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ def respond(
|
|
90 |
outputs += output
|
91 |
yield outputs
|
92 |
|
93 |
-
description = "
|
94 |
|
95 |
|
96 |
demo = gr.ChatInterface(
|
@@ -131,7 +131,7 @@ demo = gr.ChatInterface(
|
|
131 |
undo_btn="Undo",
|
132 |
clear_btn="Clear",
|
133 |
submit_btn="Send",
|
134 |
-
title="
|
135 |
description=description,
|
136 |
chatbot=gr.Chatbot(
|
137 |
scale=1,
|
|
|
90 |
outputs += output
|
91 |
yield outputs
|
92 |
|
93 |
+
description = "This model is not meant for role-playing."
|
94 |
|
95 |
|
96 |
demo = gr.ChatInterface(
|
|
|
131 |
undo_btn="Undo",
|
132 |
clear_btn="Clear",
|
133 |
submit_btn="Send",
|
134 |
+
title="HelpingAI2.5-Prototype",
|
135 |
description=description,
|
136 |
chatbot=gr.Chatbot(
|
137 |
scale=1,
|