Update app.py
Browse files
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
|
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():
|