Spaces:
Running
Running
Commit
·
0eeec49
1
Parent(s):
bd5c6bb
Update app.py
Browse files
app.py
CHANGED
@@ -3,7 +3,7 @@ import os
|
|
3 |
#os.system("exec bash")
|
4 |
#os.system("pip install --upgrade pip")
|
5 |
#os.system("pip install transformers==3.4.0") #Some interoperability issue with Wav2Vec2CTCTokenizer
|
6 |
-
os.system("pip install tokenizers")
|
7 |
os.system("pip install numpy==1.23.0") #NumPy 1.24 or less needed by Numba. Use 1.23, librosa still uses np.complex which was dropped in NumPy 1.24
|
8 |
os.system("pip install git+https://github.com/huggingface/transformers datasets[torch]")
|
9 |
os.system("pip install torch accelerate torchaudio datasets librosa easymms")
|
|
|
3 |
#os.system("exec bash")
|
4 |
#os.system("pip install --upgrade pip")
|
5 |
#os.system("pip install transformers==3.4.0") #Some interoperability issue with Wav2Vec2CTCTokenizer
|
6 |
+
os.system("pip install tokenizers fairseq")
|
7 |
os.system("pip install numpy==1.23.0") #NumPy 1.24 or less needed by Numba. Use 1.23, librosa still uses np.complex which was dropped in NumPy 1.24
|
8 |
os.system("pip install git+https://github.com/huggingface/transformers datasets[torch]")
|
9 |
os.system("pip install torch accelerate torchaudio datasets librosa easymms")
|