Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ mychatbot = gr.Chatbot(
|
|
45 |
|
46 |
demo = gr.ChatInterface(fn=generate,
|
47 |
chatbot=mychatbot,
|
48 |
-
title="Zephyr Chat",
|
49 |
retry_btn=None,
|
50 |
undo_btn=None
|
51 |
)
|
|
|
45 |
|
46 |
demo = gr.ChatInterface(fn=generate,
|
47 |
chatbot=mychatbot,
|
48 |
+
title="Tomoniai Zephyr 7b Chat",
|
49 |
retry_btn=None,
|
50 |
undo_btn=None
|
51 |
)
|