Commit
•
b3411af
1
Parent(s):
ce2231f
Added Docker Space deployment docs (#350)
Browse files* Update README.md
* Update README.md
Co-authored-by: Julien Chaumond <[email protected]>
* Align with header
* lint
* fixed markdown table of content
---------
Co-authored-by: Julien Chaumond <[email protected]>
Co-authored-by: Nathan Sarrazin <[email protected]>
README.md
CHANGED
@@ -21,6 +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 |
|
25 |
## Setup
|
26 |
|
@@ -214,3 +215,9 @@ npm run build
|
|
214 |
You can preview the production build with `npm run preview`.
|
215 |
|
216 |
> To deploy your app, you may need to install an [adapter](https://kit.svelte.dev/docs/adapters) for your target environment.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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 |
|
|
|
215 |
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 |
+
|
223 |
+
Read the full tutorial [here](https://huggingface.co/docs/hub/spaces-sdks-docker-chatui#chatui-on-spaces).
|