Spaces:
Running
on
Zero
Running
on
Zero
jadechoghari
commited on
Commit
•
69e20ad
1
Parent(s):
9b9e0ee
Update app.py
Browse files
app.py
CHANGED
@@ -5,8 +5,6 @@ import spaces
|
|
5 |
import sys
|
6 |
|
7 |
# we will clone the repo and install the dependencies
|
8 |
-
os.system('git lfs install')
|
9 |
-
os.system('git clone https://huggingface.co/jadechoghari/qa-mdt')
|
10 |
os.system('pip install -r qa_mdt/requirements.txt')
|
11 |
os.system('pip install xformers==0.0.26.post1')
|
12 |
os.system('pip install torchlibrosa==0.0.9 librosa==0.9.2')
|
|
|
5 |
import sys
|
6 |
|
7 |
# we will clone the repo and install the dependencies
|
|
|
|
|
8 |
os.system('pip install -r qa_mdt/requirements.txt')
|
9 |
os.system('pip install xformers==0.0.26.post1')
|
10 |
os.system('pip install torchlibrosa==0.0.9 librosa==0.9.2')
|