Spaces:
Runtime error
Runtime error
TuringsSolutions
commited on
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
numpy==1.22.0
|
2 |
+
tensorflow==2.10.0
|
3 |
+
keras==2.10.0
|
4 |
+
gradio==3.1.4
|
5 |
+
matplotlib==3.5.1
|
6 |
+
scikit-image==0.19.2
|
7 |
+
pillow==9.0.1
|
8 |
+
tqdm==4.62.3
|