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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -20,6 +20,8 @@ os.system(
20
 
21
  os.system('pip install transformers -U')
22
 
 
 
23
  from modelscope.pipelines import pipeline
24
  from modelscope.utils.constant import Tasks
25
 
 
20
 
21
  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