Abhaykoul commited on
Commit
1d1fd00
1 Parent(s): 832900b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -90,7 +90,7 @@ def respond(
90
  outputs += output
91
  yield outputs
92
 
93
- description = "NOT MENT FOR ROLEPLAY"
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="Chat with HelpingAI using llama.cpp",
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,