MiladMola commited on
Commit
08e24cd
1 Parent(s): 08ba387

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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