glt3953 commited on
Commit
ae59172
·
1 Parent(s): eb880a8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -22,6 +22,8 @@ os.system('pip install transformers -U')
22
 
23
  os.system('pip install sentencepiece')
24
 
 
 
25
  from modelscope.pipelines import pipeline
26
  from modelscope.utils.constant import Tasks
27
 
 
22
 
23
  os.system('pip install sentencepiece')
24
 
25
+ os.system('pip install accelerate')
26
+
27
  from modelscope.pipelines import pipeline
28
  from modelscope.utils.constant import Tasks
29