Spaces:
Running
on
T4
Running
on
T4
Update requirements.txt
Browse files- requirements.txt +7 -9
requirements.txt
CHANGED
@@ -1,9 +1,7 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
torch
|
4 |
-
torchaudio
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
numpy==1.26.4
|
9 |
-
huggingface_hub==0.25.1
|
|
|
1 |
+
pyannote.audio==3.0.0
|
2 |
+
gradio==4.31.0
|
3 |
+
torch==2.0.1
|
4 |
+
torchaudio==2.0.2
|
5 |
+
pydub==0.25.1
|
6 |
+
numpy==1.24.3
|
7 |
+
huggingface_hub==0.20.3
|
|
|
|