dmayhem93 commited on
Commit
f1949c9
1 Parent(s): 6f60281

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def chat(history):
59
 
60
  with gr.Blocks() as demo:
61
  # history = gr.State([])
62
- gr.Markdown("## Stable LM 1.6b Zephyr")
63
  gr.HTML('''<center><a href="https://huggingface.co/spaces/stabilityai/stablelm-2-1_6b-zephyr?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space to skip the queue and run in a private space</center>''')
64
  chatbot = gr.Chatbot().style(height=500)
65
  with gr.Row():
 
59
 
60
  with gr.Blocks() as demo:
61
  # history = gr.State([])
62
+ gr.Markdown("## Stable LM 2 Zephyr 1.6b")
63
  gr.HTML('''<center><a href="https://huggingface.co/spaces/stabilityai/stablelm-2-1_6b-zephyr?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>Duplicate the Space to skip the queue and run in a private space</center>''')
64
  chatbot = gr.Chatbot().style(height=500)
65
  with gr.Row():