pabloce commited on
Commit
da97aea
·
verified ·
1 Parent(s): 8488dd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ demo = gr.ChatInterface(
170
  undo_btn="Undo",
171
  clear_btn="Clear",
172
  submit_btn="Send",
173
- description="Cognitive Computation: Chat Dolphin 🐬 2.9.1-llama-3-70b & 2.9.1-yi-1.5-34b",
174
  chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
175
  )
176
 
 
170
  undo_btn="Undo",
171
  clear_btn="Clear",
172
  submit_btn="Send",
173
+ description="Cognitive Computation: Chat Dolphin 🐬",
174
  chatbot=gr.Chatbot(scale=1, placeholder=PLACEHOLDER)
175
  )
176