Spaces:
Paused
Paused
P01yH3dr0n
commited on
Commit
•
201a961
1
Parent(s):
0b5b7f3
token for anlas
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ api = HfApi()
|
|
18 |
|
19 |
def refresh_anlas():
|
20 |
global anlas
|
21 |
-
set_token(
|
22 |
anlas = get_remain_anlas()
|
23 |
return anlas
|
24 |
|
|
|
18 |
|
19 |
def refresh_anlas():
|
20 |
global anlas
|
21 |
+
set_token(os.environ.get('token'))
|
22 |
anlas = get_remain_anlas()
|
23 |
return anlas
|
24 |
|