hugo1234 commited on
Commit
098a00d
1 Parent(s): 9c82667

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -10,6 +10,7 @@ os.system('pip install -q git+https://github.com/huggingface/peft.git')
10
  # os.system('pip install peft')
11
  # os.system('pip install transformers')
12
  os.system('pip install tenacity')
 
13
  # os.system('pip install sentencepiece')
14
 
15
  import re
 
10
  # os.system('pip install peft')
11
  # os.system('pip install transformers')
12
  os.system('pip install tenacity')
13
+ os.system('pip install scipy')
14
  # os.system('pip install sentencepiece')
15
 
16
  import re