Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +11 -0
requirements.txt
ADDED
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers==4.37.2
|
2 |
+
bitsandbytes==0.41.3
|
3 |
+
accelerate==0.25.0
|
4 |
+
openai-whisper
|
5 |
+
gradio
|
6 |
+
gTTS
|
7 |
+
torch
|
8 |
+
nltk
|
9 |
+
Pillow
|
10 |
+
numpy
|
11 |
+
ffmpeg-python
|