Spaces:
Build error
Build error
move byline around
Browse files
chat.py
CHANGED
@@ -68,7 +68,7 @@ start_message = """
|
|
68 |
blocks = gr.Blocks()
|
69 |
|
70 |
with blocks:
|
71 |
-
gr.Markdown("# GGML Spaces
|
72 |
|
73 |
chatbot = gr.Chatbot()
|
74 |
with gr.Row():
|
@@ -84,6 +84,7 @@ with blocks:
|
|
84 |
with gr.Row():
|
85 |
with gr.Column():
|
86 |
gr.Markdown(f"""
|
|
|
87 |
- This is the [{config["repo"]}](https://huggingface.co/{config["repo"]}) model file [{config["file"]}](https://huggingface.co/{config["repo"]}/blob/main/{config["file"]})
|
88 |
- This Space uses GGML with GPU support, so it can run larger models on smaller GPUs & VRAM quickly.
|
89 |
- This is running on a smaller, shared GPU, so it may take a few seconds to respond.
|
|
|
68 |
blocks = gr.Blocks()
|
69 |
|
70 |
with blocks:
|
71 |
+
gr.Markdown("# GGML Spaces Demo")
|
72 |
|
73 |
chatbot = gr.Chatbot()
|
74 |
with gr.Row():
|
|
|
84 |
with gr.Row():
|
85 |
with gr.Column():
|
86 |
gr.Markdown(f"""
|
87 |
+
### brought to you by OpenAccess AI Collective
|
88 |
- This is the [{config["repo"]}](https://huggingface.co/{config["repo"]}) model file [{config["file"]}](https://huggingface.co/{config["repo"]}/blob/main/{config["file"]})
|
89 |
- This Space uses GGML with GPU support, so it can run larger models on smaller GPUs & VRAM quickly.
|
90 |
- This is running on a smaller, shared GPU, so it may take a few seconds to respond.
|