Upload requirements.txt with huggingface_hub
Browse files- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -3,6 +3,7 @@ uvicorn[standard]>=0.30.0
|
|
| 3 |
numpy>=1.26.0
|
| 4 |
soundfile>=0.12.0
|
| 5 |
librosa>=0.10.0
|
|
|
|
| 6 |
pyannote.audio>=3.3.0
|
| 7 |
funasr>=1.3.0
|
| 8 |
python-multipart>=0.0.9
|
|
|
|
| 3 |
numpy>=1.26.0
|
| 4 |
soundfile>=0.12.0
|
| 5 |
librosa>=0.10.0
|
| 6 |
+
torchvision==0.19.0
|
| 7 |
pyannote.audio>=3.3.0
|
| 8 |
funasr>=1.3.0
|
| 9 |
python-multipart>=0.0.9
|