Spaces:
Sleeping
Sleeping
Upload requirements.txt
Browse files- 2.CNN/requirements.txt +5 -0
2.CNN/requirements.txt
ADDED
|
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
gradio>=4.0,<5.0
|
| 2 |
+
numpy>=1.24
|
| 3 |
+
pillow>=9.0
|
| 4 |
+
pandas>=2.0
|
| 5 |
+
matplotlib>=3.7
|