Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -69,7 +69,7 @@ additional_inputs = [
|
|
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
|
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-V6-32B-AWQ 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",
|