Spaces:
Running
on
Zero
Running
on
Zero
wenmengzhou
commited on
Commit
•
aec9ec9
1
Parent(s):
8c645f7
fix syntax error
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
import copy
|
7 |
import re
|
8 |
import os
|
9 |
-
os.system('huggingface-cli login --token os.getenv(
|
10 |
from argparse import ArgumentParser
|
11 |
from threading import Thread
|
12 |
import spaces
|
|
|
6 |
import copy
|
7 |
import re
|
8 |
import os
|
9 |
+
os.system('huggingface-cli login --token os.getenv("HF_TOKEN")')
|
10 |
from argparse import ArgumentParser
|
11 |
from threading import Thread
|
12 |
import spaces
|