Spaces:
Running
Running
Create requirements.txt
Browse files- requirements.txt +13 -0
requirements.txt
ADDED
@@ -0,0 +1,13 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
torch
|
3 |
+
transformers
|
4 |
+
diffusers
|
5 |
+
speechrecognition
|
6 |
+
gTTS
|
7 |
+
Pillow
|
8 |
+
imageio
|
9 |
+
moviepy
|
10 |
+
langdetect
|
11 |
+
librosa
|
12 |
+
pymupdf
|
13 |
+
python-multipart
|