Spaces:
Paused
Paused
Make proper header
Browse files
app.py
CHANGED
@@ -107,7 +107,7 @@ def user(user_message, history):
|
|
107 |
|
108 |
|
109 |
with gr.Blocks() as demo:
|
110 |
-
gr.Markdown("#StableVicuna by CarperAI")
|
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 |
|
|
|
107 |
|
108 |
|
109 |
with gr.Blocks() as demo:
|
110 |
+
gr.Markdown("# StableVicuna by CarperAI")
|
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 |
|