Spaces:
Sleeping
Sleeping
Vijay Agrawal
commited on
Commit
·
940aa39
1
Parent(s):
ca6e2ec
docs
Browse files
README.md
CHANGED
@@ -10,4 +10,14 @@ pinned: false
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
license: apache-2.0
|
11 |
---
|
12 |
|
13 |
+
You will need a write access token from Huggingface.
|
14 |
+
It can be created by going to:
|
15 |
+
https://huggingface.co/settings/tokens
|
16 |
+
|
17 |
+
|
18 |
+
You will also need to configure a secret in the app environment so the app can use the token.
|
19 |
+
To do that,
|
20 |
+
To set the API key, goto App settings in the huggingface space for this app, and add secret: HUGGINGFACEHUB_API_TOKEN
|
21 |
+
https://huggingface.co/spaces/<your name>/<app name>/settings
|
22 |
+
You can set other tokens/access keys such as OPENAI etc.
|
23 |
+
|