Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +14 -0
requirements.txt
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
git+https://github.com/huggingface/transformers
|
| 2 |
+
torch
|
| 3 |
+
pyannote.audio
|
| 4 |
+
yt-dlp
|
| 5 |
+
gradio==5.15.0
|
| 6 |
+
torchaudio==2.2.1
|
| 7 |
+
librosa==0.10.1
|
| 8 |
+
ffmpeg-python==0.2.0
|
| 9 |
+
aina-gradio-theme==2.3
|
| 10 |
+
spaces
|
| 11 |
+
peft==0.11.1
|
| 12 |
+
whisperx
|
| 13 |
+
whisper_timestamped
|
| 14 |
+
typing
|