Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -44,7 +44,7 @@ mychatbot = gr.Chatbot(
|
|
44 |
|
45 |
demo = gr.ChatInterface(fn=generate,
|
46 |
chatbot=mychatbot,
|
47 |
-
title="
|
48 |
retry_btn=None,
|
49 |
undo_btn=None
|
50 |
)
|
|
|
44 |
|
45 |
demo = gr.ChatInterface(fn=generate,
|
46 |
chatbot=mychatbot,
|
47 |
+
title="globecen Mixtral 8x7b Chat",
|
48 |
retry_btn=None,
|
49 |
undo_btn=None
|
50 |
)
|