Spaces:
Build error
Build error
Commit
·
ab49b72
1
Parent(s):
e0b595e
Update app.py
Browse files
app.py
CHANGED
@@ -9,8 +9,8 @@ from huggingface_hub import notebook_login
|
|
9 |
#if not (Path.home()/'.huggingface'/'token').exists():
|
10 |
#token = os.environ.get("HUGGING_FACE_HUB_TOKEN")
|
11 |
|
12 |
-
|
13 |
-
|
14 |
|
15 |
import utils.shared_utils as st
|
16 |
|
|
|
9 |
#if not (Path.home()/'.huggingface'/'token').exists():
|
10 |
#token = os.environ.get("HUGGING_FACE_HUB_TOKEN")
|
11 |
|
12 |
+
token = os.environ.get('token')
|
13 |
+
|
14 |
|
15 |
import utils.shared_utils as st
|
16 |
|