pkiage commited on
Commit
22b641e
1 Parent(s): 9b4817c

docs: add Hugging Face tips

Browse files
Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -22,4 +22,10 @@ pip install -e .
22
  ### Run app locally
23
  ```shell
24
  streamlit run app.py
25
- ```
 
 
 
 
 
 
 
22
  ### Run app locally
23
  ```shell
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