Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +1 -1
requirements.txt
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
fastapi==0.110.0
|
2 |
uvicorn[standard]==0.29.0
|
3 |
torch==2.2.2
|
4 |
-
torchaudio
|
5 |
whisperx @ git+https://github.com/m-bain/whisperx.git
|
|
|
1 |
fastapi==0.110.0
|
2 |
uvicorn[standard]==0.29.0
|
3 |
torch==2.2.2
|
4 |
+
torchaudio>=2.5.1
|
5 |
whisperx @ git+https://github.com/m-bain/whisperx.git
|