Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,7 +1,6 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
numpy
|
|
|
1 |
+
nltk==3.8.1
|
2 |
+
numpy==1.23.5
|
3 |
+
tflearn==0.5.0
|
4 |
+
tensorflow==2.9.1
|
5 |
+
gradio==3.23.0
|
6 |
+
Pillow==8.4.0 # Compatible with Image.ANTIALIAS
|
|