Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +7 -3
requirements.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
-
tensorflow==2.8.0
|
| 2 |
-
numpy==1.23.1
|
| 3 |
protobuf==3.20.3
|
| 4 |
fastapi>=0.68.0
|
| 5 |
uvicorn>=0.15.0
|
|
@@ -10,4 +10,8 @@ pydantic>=1.10.0
|
|
| 10 |
python-dotenv>=1.0.0
|
| 11 |
gradio>=4.0.0
|
| 12 |
requests>=2.31.0
|
| 13 |
-
librosa==0.10.2.post1
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
#tensorflow==2.8.0
|
| 2 |
+
#numpy==1.23.1
|
| 3 |
protobuf==3.20.3
|
| 4 |
fastapi>=0.68.0
|
| 5 |
uvicorn>=0.15.0
|
|
|
|
| 10 |
python-dotenv>=1.0.0
|
| 11 |
gradio>=4.0.0
|
| 12 |
requests>=2.31.0
|
| 13 |
+
librosa==0.10.2.post1
|
| 14 |
+
torch~=2.5.1
|
| 15 |
+
torchaudio~=2.5.1
|
| 16 |
+
numpy~=2.0.2
|
| 17 |
+
torchvision~=0.20.1
|