Spaces:
Runtime error
Runtime error
Upload requirements.txt
Browse files- requirements.txt +12 -0
requirements.txt
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
torch
|
2 |
+
transformers
|
3 |
+
bitsandbytes
|
4 |
+
peft
|
5 |
+
accelerate
|
6 |
+
scipy
|
7 |
+
einops
|
8 |
+
gradio
|
9 |
+
gtts
|
10 |
+
pydub
|
11 |
+
huggingface_hub
|
12 |
+
git+https://github.com/openai/whisper.git
|