Spaces:
Running
on
Zero
Running
on
Zero
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
|