Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
|
@@ -1,4 +1,6 @@
|
|
| 1 |
numpy
|
| 2 |
-
tensorflow==
|
| 3 |
tflearn
|
| 4 |
nltk
|
|
|
|
|
|
|
|
|
| 1 |
numpy
|
| 2 |
+
tensorflow==2.9
|
| 3 |
tflearn
|
| 4 |
nltk
|
| 5 |
+
Pillow==9.0.0
|
| 6 |
+
gradio
|