Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +4 -2
requirements.txt
CHANGED
|
@@ -1,6 +1,8 @@
|
|
| 1 |
-
fastapi
|
| 2 |
-
torch
|
| 3 |
librosa
|
| 4 |
numpy
|
| 5 |
python-multipart
|
| 6 |
soundfile
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
librosa
|
| 2 |
numpy
|
| 3 |
python-multipart
|
| 4 |
soundfile
|
| 5 |
+
torch==2.1.0
|
| 6 |
+
gradio==4.19.2
|
| 7 |
+
huggingface_hub==0.20.3
|
| 8 |
+
numpy<2
|