Spaces:
Runtime error
Runtime error
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -2,7 +2,6 @@ fastapi>=0.68.0
|
|
| 2 |
uvicorn>=0.15.0
|
| 3 |
codecarbon>=2.3.1
|
| 4 |
datasets>=2.14.0
|
| 5 |
-
scikit-learn>=1.0.2
|
| 6 |
pydantic>=1.10.0
|
| 7 |
python-dotenv>=1.0.0
|
| 8 |
gradio>=4.0.0
|
|
@@ -11,4 +10,5 @@ librosa==0.10.2.post1
|
|
| 11 |
|
| 12 |
xgboost==2.1.3
|
| 13 |
torch==2.6.0
|
| 14 |
-
torchaudio==2.6.0
|
|
|
|
|
|
| 2 |
uvicorn>=0.15.0
|
| 3 |
codecarbon>=2.3.1
|
| 4 |
datasets>=2.14.0
|
|
|
|
| 5 |
pydantic>=1.10.0
|
| 6 |
python-dotenv>=1.0.0
|
| 7 |
gradio>=4.0.0
|
|
|
|
| 10 |
|
| 11 |
xgboost==2.1.3
|
| 12 |
torch==2.6.0
|
| 13 |
+
torchaudio==2.6.0
|
| 14 |
+
scikit-learn==1.5.2
|