Update app.py
Browse files
app.py
CHANGED
@@ -184,7 +184,7 @@ demo = gr.ChatInterface(
|
|
184 |
undo_btn="Undo",
|
185 |
clear_btn="Clear",
|
186 |
submit_btn="Send",
|
187 |
-
description="Chat with Dorna-Llama3 8B GGUF",
|
188 |
chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
|
189 |
)
|
190 |
|
|
|
184 |
undo_btn="Undo",
|
185 |
clear_btn="Clear",
|
186 |
submit_btn="Send",
|
187 |
+
description="Chat with Dorna-Llama3 8B GGUF Varients!",
|
188 |
chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
|
189 |
)
|
190 |
|