Spaces:
Build error
Build error
mervenoyan
commited on
Commit
•
479dbfa
1
Parent(s):
a38cbb5
Update README.md (#354)
Browse files
README.md
CHANGED
@@ -21,7 +21,7 @@ A chat interface using open source models, eg OpenAssistant. It is a SvelteKit a
|
|
21 |
3. [Extra parameters](#extra-parameters)
|
22 |
4. [Deploying to a HF Space](#deploying-to-a-hf-space)
|
23 |
5. [Building](#building)
|
24 |
-
6. [Deploying on HF Spaces](#deploying-on-hf-spaces)
|
25 |
|
26 |
## Setup
|
27 |
|
@@ -216,7 +216,7 @@ You can preview the production build with `npm run preview`.
|
|
216 |
|
217 |
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
|
218 |
|
219 |
-
## Deploying on HF Spaces
|
220 |
|
221 |
You can deploy your own customized Chat UI instance with any model of your choice with only a few clicks to Hugging Face Spaces thanks to the Chat UI Spaces Docker template. Get started [here](https://huggingface.co/new-space?template=huggingchat/chat-ui-template).
|
222 |
|
|
|
21 |
3. [Extra parameters](#extra-parameters)
|
22 |
4. [Deploying to a HF Space](#deploying-to-a-hf-space)
|
23 |
5. [Building](#building)
|
24 |
+
6. [Deploying on HF Spaces with ChatUI Docker template](#deploying-on-hf-spaces)
|
25 |
|
26 |
## Setup
|
27 |
|
|
|
216 |
|
217 |
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
|
218 |
|
219 |
+
## Deploying on HF Spaces with ChatUI Docker template
|
220 |
|
221 |
You can deploy your own customized Chat UI instance with any model of your choice with only a few clicks to Hugging Face Spaces thanks to the Chat UI Spaces Docker template. Get started [here](https://huggingface.co/new-space?template=huggingchat/chat-ui-template).
|
222 |
|