Spaces:
Runtime error
Runtime error
Paul Kiage
commited on
Commit
•
a76241b
1
Parent(s):
7ab7783
add demo links
Browse files
README.md
CHANGED
@@ -24,8 +24,11 @@ pip install -e .
|
|
24 |
streamlit run app.py
|
25 |
```
|
26 |
|
27 |
-
|
28 |
## Hugging Face Tips
|
29 |
|
30 |
- [When syncing with Hugging Face via Github Actions](https://huggingface.co/docs/hub/spaces-github-actions) the [User Access Token](https://huggingface.co/docs/hub/security-tokens) created on Hugging Face (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 |
## Hugging Face Tips
|
28 |
|
29 |
- [When syncing with Hugging Face via Github Actions](https://huggingface.co/docs/hub/spaces-github-actions) the [User Access Token](https://huggingface.co/docs/hub/security-tokens) created on Hugging Face (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 |
+
- Hugging Face 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/
|