Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
-
uvicorn==0.24.0
|
| 3 |
python-multipart==0.0.6
|
| 4 |
transformers==4.28.1
|
| 5 |
torch==2.0.1
|
| 6 |
torchaudio==2.0.2
|
| 7 |
-
|
|
|
|
| 1 |
fastapi==0.104.1
|
| 2 |
+
uvicorn[standard]==0.24.0
|
| 3 |
python-multipart==0.0.6
|
| 4 |
transformers==4.28.1
|
| 5 |
torch==2.0.1
|
| 6 |
torchaudio==2.0.2
|
| 7 |
+
librosa==0.10.1
|