Commit
·
d7c760a
1
Parent(s):
c8922e8
update readme
Browse files
README.md
CHANGED
@@ -10,21 +10,32 @@ pinned: false
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
|
|
13 |
# set up local SSH: https://huggingface.co/docs/hub/security-git-ssh
|
|
|
14 |
|
15 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
16 |
|
17 |
-
|
18 |
-
|
19 |
-
# How to use this tool test
|
20 |
|
21 |
# for now: handling commits in VS Code
|
22 |
# GIT PUSH SSH KEY: git push [email protected]:spaces/sourceoftruthdata/image_background_remover
|
23 |
# GIT PULL: git pull
|
24 |
|
|
|
|
|
25 |
|
26 |
--------------------------
|
27 |
# running locally
|
28 |
--------------------------
|
29 |
|
30 |
# >streamlit run ./app.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
license: mit
|
11 |
---
|
12 |
|
13 |
+
REFERENCES:
|
14 |
# set up local SSH: https://huggingface.co/docs/hub/security-git-ssh
|
15 |
+
# Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
16 |
|
|
|
17 |
|
18 |
+
SETUP:
|
19 |
+
# How to use this tool
|
|
|
20 |
|
21 |
# for now: handling commits in VS Code
|
22 |
# GIT PUSH SSH KEY: git push [email protected]:spaces/sourceoftruthdata/image_background_remover
|
23 |
# GIT PULL: git pull
|
24 |
|
25 |
+
# adding ssh key
|
26 |
+
# ssh-add ~/.ssh/id_rsa
|
27 |
|
28 |
--------------------------
|
29 |
# running locally
|
30 |
--------------------------
|
31 |
|
32 |
# >streamlit run ./app.py
|
33 |
+
|
34 |
+
#############################
|
35 |
+
Local set up
|
36 |
+
#############################
|
37 |
+
|
38 |
+
#############################
|
39 |
+
HF set up
|
40 |
+
#############################
|
41 |
+
|