Spaces:
Running
on
Zero
Running
on
Zero
littlebird13
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -6,6 +6,7 @@
|
|
6 |
import copy
|
7 |
import re
|
8 |
import os
|
|
|
9 |
from argparse import ArgumentParser
|
10 |
from threading import Thread
|
11 |
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
|