Spaces:
No application file
No application file
Update requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
CHANGED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers==4.37.2
|
2 |
+
bitsandbytes==0.41.3
|
3 |
+
accelerate==0.25.0
|
4 |
+
git+https://github.com/openai/whisper.git
|
5 |
+
gradio
|
6 |
+
gTTS
|
7 |
+
nltk
|
8 |
+
torch
|
9 |
+
Pillow
|