wenmengzhou commited on
Commit
aec9ec9
1 Parent(s): 8c645f7

fix syntax error

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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('HF_TOKEN')')
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