Azure99 commited on
Commit
3f63d09
·
verified ·
1 Parent(s): 9fb7610

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 14B 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-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",