Spaces:
Build error
Build error
Update requirements.txt
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
|
@@ -1,3 +1,11 @@
|
|
| 1 |
# BASE REQUIREMENT
|
| 2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 3 |
gradio>=3.36.1
|
|
|
|
|
|
|
|
|
| 1 |
# BASE REQUIREMENT
|
| 2 |
+
matplotlib>=3.2.2
|
| 3 |
+
numpy>=1.21.6
|
| 4 |
+
opencv-python>=4.6.0
|
| 5 |
+
Pillow>=7.1.2
|
| 6 |
+
PyYAML>=5.3.1
|
| 7 |
+
requests>=2.23.0
|
| 8 |
+
scipy>=1.4.1
|
| 9 |
gradio>=3.36.1
|
| 10 |
+
tensorflow==2.14.0
|
| 11 |
+
tensorflow-datasets==4.9.2
|