Spaces:
Sleeping
Sleeping
Create requirements.txt
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
transformers==4.30.2
|
2 |
+
torch==2.0.1
|
3 |
+
Pillow==9.4.0
|
4 |
+
gtts==2.3.1
|
5 |
+
gradio==3.1.4
|
6 |
+
spacy==3.5.3
|
7 |
+
nltk==3.8.1
|
8 |
+
requests==2.28.2
|
9 |
+
matplotlib==3.7.1
|