KameliaZaman
commited on
Commit
•
4a8239d
1
Parent(s):
7e2b005
Create requirements.txt
Browse files- requirements.txt +6 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
pandas
|
3 |
+
keras==2.15.0
|
4 |
+
tensorflow==2.15.0
|
5 |
+
nltk
|
6 |
+
IPython
|