Spaces:
Sleeping
Sleeping
Commit ·
0257cc9
1
Parent(s): f77cb29
Add requirements.txt for Hugging Face Space dependencies
Browse files- requirements.txt +9 -0
requirements.txt
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0.0
|
| 2 |
+
Pillow>=9.0.0
|
| 3 |
+
numpy>=1.21.0
|
| 4 |
+
scipy>=1.7.0
|
| 5 |
+
scikit-learn>=1.0.0
|
| 6 |
+
opencv-python>=4.5.0
|
| 7 |
+
setuptools>=65.0.0
|
| 8 |
+
wheel>=0.37.0
|
| 9 |
+
|