Spaces:
Running
Running
Commit
·
11b9fcd
1
Parent(s):
45139f1
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import os
|
2 |
-
os.system("pip install numpy==1.
|
3 |
os.system("pip install git+https://github.com/huggingface/transformers datasets[torch]")
|
4 |
os.system("pip install torch accelerate torchaudio datasets librosa easymms")
|
5 |
|
|
|
1 |
import os
|
2 |
+
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
|
3 |
os.system("pip install git+https://github.com/huggingface/transformers datasets[torch]")
|
4 |
os.system("pip install torch accelerate torchaudio datasets librosa easymms")
|
5 |
|