Spaces:
Paused
Paused
reshinthadith
commited on
Commit
•
9cbe5a1
1
Parent(s):
09ed6ba
Edit tags
Browse files
app.py
CHANGED
@@ -107,9 +107,9 @@ def user(user_message, history):
|
|
107 |
|
108 |
|
109 |
with gr.Blocks() as demo:
|
110 |
-
gr.Markdown("StableVicuna by Stability AI")
|
111 |
-
gr.HTML("<a href='https://huggingface.co/
|
112 |
-
gr.HTML('''<center><a href="https://huggingface.co/spaces/
|
113 |
|
114 |
chatbot = gr.Chatbot([], elem_id="chatbot").style(height=500)
|
115 |
state = gr.State([])
|
|
|
107 |
|
108 |
|
109 |
with gr.Blocks() as demo:
|
110 |
+
gr.Markdown("#StableVicuna by CarperAI & Stability AI")
|
111 |
+
gr.HTML("<a href='https://huggingface.co/CarperAI/stable-vicuna-13b-delta'><code>CarperAI/stable-vicuna-13b-delta</a>")
|
112 |
+
gr.HTML('''<center><a href="https://huggingface.co/spaces/CarperAI/StableVicuna?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>''')
|
113 |
|
114 |
chatbot = gr.Chatbot([], elem_id="chatbot").style(height=500)
|
115 |
state = gr.State([])
|