hugo1234 commited on
Commit
70bb6ae
·
1 Parent(s): f6a6623

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -4,7 +4,9 @@ import os
4
  # os.system('pip install -q git+https://github.com/zphang/transformers@c3dc391')
5
  # os.system('pip install -q git+https://github.com/huggingface/peft.git')
6
  # os.system('pip install gradio')
7
- os.system('pip install tenacity')
 
 
8
 
9
  import re
10
  import yaml
 
4
  # os.system('pip install -q git+https://github.com/zphang/transformers@c3dc391')
5
  # os.system('pip install -q git+https://github.com/huggingface/peft.git')
6
  # os.system('pip install gradio')
7
+ os.system('pip install torch')
8
+ os.system('pip install peft')
9
+ os.system('pip install transformers')
10
 
11
  import re
12
  import yaml