Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,7 @@ demo = gr.ChatInterface(
|
|
126 |
undo_btn="Undo",
|
127 |
clear_btn="Clear",
|
128 |
submit_btn="Send",
|
129 |
-
description=f"This is Napoleon model, a French 24B LLM fine tune from
|
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 French 24B LLM fine tune from Mistral AI, merged with Dolphin AI.",
|
130 |
chatbot=gr.Chatbot(
|
131 |
scale=1,
|
132 |
placeholder=PLACEHOLDER,
|