Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -72,11 +72,11 @@ with gr.Blocks(css=CSS) as demo:
|
|
72 |
with gr.Row():
|
73 |
with gr.Column():
|
74 |
gr.Markdown(f"""
|
75 |
-
## This demo is an unquantized GPU chatbot of [OpenOrca LlongOrca-
|
76 |
Brought to you by your friends at Alignment Lab AI, OpenChat, and Open Access AI Collective!
|
77 |
""")
|
78 |
with gr.Row():
|
79 |
-
gr.Markdown("# ๐ OpenOrca LlongOrca-
|
80 |
with gr.Row():
|
81 |
#chatbot = gr.Chatbot().style(height=500)
|
82 |
chatbot = gr.Chatbot(elem_id="chatbot")
|
|
|
72 |
with gr.Row():
|
73 |
with gr.Column():
|
74 |
gr.Markdown(f"""
|
75 |
+
## This demo is an unquantized GPU chatbot of [OpenOrca LlongOrca-13B-16k](https://huggingface.co/Open-Orca/LlongOrca-13B-16k)
|
76 |
Brought to you by your friends at Alignment Lab AI, OpenChat, and Open Access AI Collective!
|
77 |
""")
|
78 |
with gr.Row():
|
79 |
+
gr.Markdown("# ๐ OpenOrca LlongOrca-13B-16k Playground Space! ๐")
|
80 |
with gr.Row():
|
81 |
#chatbot = gr.Chatbot().style(height=500)
|
82 |
chatbot = gr.Chatbot(elem_id="chatbot")
|