Spaces:
Runtime error
Runtime error
resample
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
bottle==0.12.25
|
| 2 |
gradio==3.41.0
|
| 3 |
librosa==0.10.1
|
|
|
|
| 4 |
matplotlib==3.5.3
|
| 5 |
numpy==1.24.3
|
| 6 |
pyinstaller==5.13.0
|
|
|
|
| 1 |
bottle==0.12.25
|
| 2 |
gradio==3.41.0
|
| 3 |
librosa==0.10.1
|
| 4 |
+
resampy
|
| 5 |
matplotlib==3.5.3
|
| 6 |
numpy==1.24.3
|
| 7 |
pyinstaller==5.13.0
|