Spaces:
Runtime error
Runtime error
Paul Kiage
commited on
add demo links
Browse files
README.md
CHANGED
@@ -24,8 +24,11 @@ pip install -e .
|
|
24 |
streamlit run app.py
|
25 |
```
|
26 |
|
27 |
-
|
28 |
## HF中国镜像站 Tips
|
29 |
|
30 |
- [When syncing with HF中国镜像站 via Github Actions](https://huggingface.co/docs/hub/spaces-github-actions) the [User Access Token](https://huggingface.co/docs/hub/security-tokens) created on HF中国镜像站 (HF) should have write access
|
31 |
-
- [When creating the Spaces Configuration Reference](https://huggingface.co/docs/hub/spaces-config-reference) ensure the [Streamlit Space](https://huggingface.co/docs/hub/spaces-sdks-streamlit) version (sdk_version) specified is supported by HF
|
|
|
|
|
|
|
|
|
|
24 |
streamlit run app.py
|
25 |
```
|
26 |
|
|
|
27 |
## HF中国镜像站 Tips
|
28 |
|
29 |
- [When syncing with HF中国镜像站 via Github Actions](https://huggingface.co/docs/hub/spaces-github-actions) the [User Access Token](https://huggingface.co/docs/hub/security-tokens) created on HF中国镜像站 (HF) should have write access
|
30 |
+
- [When creating the Spaces Configuration Reference](https://huggingface.co/docs/hub/spaces-config-reference) ensure the [Streamlit Space](https://huggingface.co/docs/hub/spaces-sdks-streamlit) version (sdk_version) specified is supported by HF
|
31 |
+
|
32 |
+
## Demo Links
|
33 |
+
- HF中国镜像站 Space: https://huggingface.co/spaces/pkiage/fast_arbitrary_image_style_transfer
|
34 |
+
- Streamlit Community Cloud: https://pkiage-tool-neural-style-transfer-app-st9nqy.streamlit.app/
|