Spaces:
Running
Running
darksakura
commited on
Commit
•
99a9872
1
Parent(s):
247d057
Update app.py
Browse files
app.py
CHANGED
@@ -146,8 +146,7 @@ def update_dropdown(new_choices):
|
|
146 |
|
147 |
sid =""
|
148 |
import pyzipper
|
149 |
-
hf_token1 = os.
|
150 |
-
|
151 |
with pyzipper.AESZipFile('./N.zip') as zf:
|
152 |
zf.pwd = hf_token1
|
153 |
zf.extractall()
|
|
|
146 |
|
147 |
sid =""
|
148 |
import pyzipper
|
149 |
+
hf_token1 = os.getenv("TOKEN1").encode("utf-8")
|
|
|
150 |
with pyzipper.AESZipFile('./N.zip') as zf:
|
151 |
zf.pwd = hf_token1
|
152 |
zf.extractall()
|