glt3953 commited on
Commit
b52c46c
·
1 Parent(s): b6fad30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -14,9 +14,9 @@ os.system(
14
  'pip install --upgrade torch'
15
  )
16
 
17
- os.system(
18
- 'pip install "modelscope" --upgrade -f https://pypi.org/project/modelscope/'
19
- )
20
 
21
  os.system('pip install transformers -U')
22
 
 
14
  'pip install --upgrade torch'
15
  )
16
 
17
+ os.system(
18
+ 'pip install "modelscope" --upgrade -f https://pypi.org/project/modelscope/'
19
+ )
20
 
21
  os.system('pip install transformers -U')
22