Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ def chat(inst, history):
|
|
69 |
gr.ChatInterface(chat,
|
70 |
chatbot=gr.Chatbot(show_label=False, height=500, show_copy_button=True, render_markdown=True),
|
71 |
textbox=gr.Textbox(placeholder="", container=False, scale=7),
|
72 |
-
title="Blossom Demo",
|
73 |
description='Hello, I am Blossom, an open source conversational large language model.π '
|
74 |
'<a href="https://github.com/Azure99/BlossomLM">GitHub</a>',
|
75 |
theme="soft",
|
|
|
69 |
gr.ChatInterface(chat,
|
70 |
chatbot=gr.Chatbot(show_label=False, height=500, show_copy_button=True, render_markdown=True),
|
71 |
textbox=gr.Textbox(placeholder="", container=False, scale=7),
|
72 |
+
title="Blossom 9B Demo",
|
73 |
description='Hello, I am Blossom, an open source conversational large language model.π '
|
74 |
'<a href="https://github.com/Azure99/BlossomLM">GitHub</a>',
|
75 |
theme="soft",
|