nitishhrms
commited on
Commit
·
cd2523c
1
Parent(s):
1ca801f
add req
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
tensorflow==2.15.0
|
2 |
+
gradio==5.3.0
|
3 |
+
pandas==2.0.3
|
4 |
+
Pillow==9.5.0
|
5 |
+
torch==2.1.0
|
6 |
+
nltk==3.8.1
|
7 |
+
numpy==1.23.5
|