baconnier commited on
Commit
8a6b503
·
verified ·
1 Parent(s): ce79010

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -126,7 +126,7 @@ demo = gr.ChatInterface(
126
  undo_btn="Undo",
127
  clear_btn="Clear",
128
  submit_btn="Send",
129
- description="Napoleon",
130
  chatbot=gr.Chatbot(
131
  scale=1,
132
  placeholder=PLACEHOLDER,
 
126
  undo_btn="Undo",
127
  clear_btn="Clear",
128
  submit_btn="Send",
129
+ description=f"This is Napoleon model, a powerful 24B parameter language fine tune from from Mistral AI, merged with Dolphin AI.",
130
  chatbot=gr.Chatbot(
131
  scale=1,
132
  placeholder=PLACEHOLDER,