Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
torch
|
| 2 |
+
peft
|
| 3 |
+
accelerate
|
| 4 |
+
transformers==4.37
|
| 5 |
+
einops
|
| 6 |
+
git+https://github.com/m-bain/whisperx.git
|
| 7 |
+
bitsandbytes
|
| 8 |
+
ffmpeg
|
| 9 |
+
pydub
|
| 10 |
+
gradio
|