Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
tensorflow==2.10.0
|
2 |
+
keras==2.10.0
|
3 |
+
biosppy==0.8.0
|
4 |
+
opencv-python==4.8.0.76
|
5 |
+
numpy==1.23.5
|
6 |
+
pandas==1.5.3
|
7 |
+
gradio==4.44.0
|
8 |
+
Pillow==9.5.0
|