Commit
·
6badf1c
1
Parent(s):
6672988
add duplicate spaces badge (#1)
Browse files- add duplicate spaces badge (d9c4087f2c2694ed0911ece8abe7cfeecfb4ebbc)
Co-authored-by: AK <[email protected]>
app.py
CHANGED
@@ -86,6 +86,7 @@ updated_system_message = ""
|
|
86 |
|
87 |
with gr.Blocks() as demo:
|
88 |
gr.Markdown("## StableLM-Tuned-Alpha-7b Chat")
|
|
|
89 |
chatbot = gr.Chatbot([])
|
90 |
clear = gr.Button("Clear Chat History")
|
91 |
system_msg = gr.Textbox(start_message, label="System Message", interactive=False,visible=False)
|
|
|
86 |
|
87 |
with gr.Blocks() as demo:
|
88 |
gr.Markdown("## StableLM-Tuned-Alpha-7b Chat")
|
89 |
+
gr.HTML('''<center><a href="https://huggingface.co/spaces/stabilityai/stablelm-tuned-alpha-chat?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>''')
|
90 |
chatbot = gr.Chatbot([])
|
91 |
clear = gr.Button("Clear Chat History")
|
92 |
system_msg = gr.Textbox(start_message, label="System Message", interactive=False,visible=False)
|