Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
tensorflow
|
2 |
+
pandas
|
3 |
+
numpy
|
4 |
+
gradio
|
5 |
+
matplotlib
|
6 |
+
scikit-learn
|
7 |
+
scikit-image
|
8 |
+
opencv-python
|