Spaces:
Sleeping
Sleeping
Commit ·
69e411d
1
Parent(s): f229a41
Fix torch version for PyPI compatibility
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
python-dotenv
|
| 4 |
-
torch==2.2.0
|
| 5 |
-
torchaudio==2.2.0
|
| 6 |
librosa
|
| 7 |
numpy<2.0.0
|
| 8 |
python-multipart
|
|
|
|
| 1 |
fastapi
|
| 2 |
uvicorn
|
| 3 |
python-dotenv
|
| 4 |
+
torch==2.2.0
|
| 5 |
+
torchaudio==2.2.0
|
| 6 |
librosa
|
| 7 |
numpy<2.0.0
|
| 8 |
python-multipart
|