Spaces:
Build error
Build error
Update requirements.txt
Browse filesadded lower bondaries for the requirements
- requirements.txt +9 -6
requirements.txt
CHANGED
@@ -1,8 +1,11 @@
|
|
1 |
-
torch
|
2 |
-
torchaudio
|
3 |
-
torchvision
|
4 |
openai-whisper==20230918
|
5 |
-
pyannote.audio==
|
6 |
pydub==0.25.1
|
7 |
-
gradio==
|
8 |
-
transformers==4.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
openai-whisper==20230918
|
2 |
+
pyannote.audio==2.1.1
|
3 |
pydub==0.25.1
|
4 |
+
gradio==3.50.2
|
5 |
+
transformers==4.36.2
|
6 |
+
torchaudio==2.2.0
|
7 |
+
torch==2.2.0
|
8 |
+
librosa==0.10.1
|
9 |
+
ffmpeg-python==0.2.0
|
10 |
+
soundfile==0.12.1
|
11 |
+
|