Spaces:
Runtime error
Runtime error
eddydecena
commited on
Commit
·
74501a0
1
Parent(s):
54c0802
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
tensorflow==2.6.0
|
2 |
+
keras==2.6.0
|
3 |
+
keras-tuner==1.0.4
|
4 |
+
matplotlib==3.4.3
|
5 |
+
pydot==1.4.2
|
6 |
+
pandas==1.3.4
|
7 |
+
gradio==2.4.5
|
8 |
+
huggingface-hub==0.1.2
|