Spaces:
Runtime error
Runtime error
Create requirements.txt
Browse files- requirements.txt +8 -0
requirements.txt
ADDED
@@ -0,0 +1,8 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
gradio
|
2 |
+
joblib
|
3 |
+
opencv-python # This is the PyPI package for OpenCV
|
4 |
+
numpy
|
5 |
+
Pillow # This is the PyPI name for PIL
|
6 |
+
tensorflow # or tensorflow-gpu if you are using GPU
|
7 |
+
scikit-learn # For joblib and other scikit-learn dependencies
|
8 |
+
scikeras # Make sure you include this if you are using scikeras specifically
|