Spaces:
Runtime error
Runtime error
Add Streamlit app for segmentation
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,3 +1,5 @@
|
|
|
|
|
|
1 |
tensorflow==2.12.0
|
2 |
streamlit==1.31.1
|
3 |
protobuf>=3.20,<5
|
@@ -11,7 +13,5 @@ opencv-python==4.10.0.84
|
|
11 |
tensorflow-datasets==4.9.8
|
12 |
gdown==4.7.1
|
13 |
requests==2.31.0
|
14 |
-
setuptools>=65.5.0
|
15 |
-
wheel>=0.41.0
|
16 |
|
17 |
|
|
|
1 |
+
setuptools>=65.5.0
|
2 |
+
wheel>=0.41.0
|
3 |
tensorflow==2.12.0
|
4 |
streamlit==1.31.1
|
5 |
protobuf>=3.20,<5
|
|
|
13 |
tensorflow-datasets==4.9.8
|
14 |
gdown==4.7.1
|
15 |
requests==2.31.0
|
|
|
|
|
16 |
|
17 |
|