Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
|
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git+https://github.com/m-bain/whisperX.git
|
| 2 |
+
torch==2.0.1+cpu --extra-index-url https://download.pytorch.org/whl/cpu
|
| 3 |
+
librosa==0.10.1
|
| 4 |
+
gradio==3.36.3
|
| 5 |
+
soundfile==0.12.1
|
| 6 |
+
pyannote.audio==2.1.1
|