Spaces:
Running
on
Zero
Running
on
Zero
macadeliccc
commited on
Commit
•
c291324
1
Parent(s):
a9a8422
test
Browse files
app.py
CHANGED
@@ -37,6 +37,11 @@ def clear_chat():
|
|
37 |
return "", ""
|
38 |
|
39 |
with gr.Blocks(gr.themes.Soft()) as app:
|
|
|
|
|
|
|
|
|
|
|
40 |
with gr.Row():
|
41 |
chatbot = gr.Chatbot()
|
42 |
|
|
|
37 |
return "", ""
|
38 |
|
39 |
with gr.Blocks(gr.themes.Soft()) as app:
|
40 |
+
with gr.Row():
|
41 |
+
gr.Markdown("## Starling Chatbot")
|
42 |
+
gr.Markdown("Run with your own hardware. This application exceeds 24GB VRAM")
|
43 |
+
gr.Markdown("```docker run -it -p 7860:7860 --platform=linux/amd64 --gpus all \
|
44 |
+
registry.hf.space/macadeliccc-starling-lm-7b-alpha-chat:latest python app.py```")
|
45 |
with gr.Row():
|
46 |
chatbot = gr.Chatbot()
|
47 |
|