Spaces:
Runtime error
Runtime error
artificialguybr
commited on
Commit
β’
88e4db9
1
Parent(s):
b24f5b1
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
@@ -9,10 +9,11 @@ scipy
|
|
9 |
soundfile
|
10 |
pydub
|
11 |
scikit-learn
|
12 |
-
librosa
|
13 |
numpy
|
14 |
opencv-python
|
15 |
torch
|
16 |
torchvision
|
17 |
tqdm
|
18 |
-
numba
|
|
|
|
9 |
soundfile
|
10 |
pydub
|
11 |
scikit-learn
|
12 |
+
librosa==0.7.0
|
13 |
numpy
|
14 |
opencv-python
|
15 |
torch
|
16 |
torchvision
|
17 |
tqdm
|
18 |
+
numba==0.48
|
19 |
+
mediapipe==0.8.11
|