Update app.py
Browse files
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
|
|
|
|
|
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
|