Spaces:
Runtime error
Runtime error
Add Streamlit app for segmentation
Browse files- requirements.txt +2 -0
requirements.txt
CHANGED
@@ -1,5 +1,7 @@
|
|
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
|
|
|
1 |
setuptools>=65.5.0
|
2 |
wheel>=0.41.0
|
3 |
+
promise==2.3
|
4 |
+
|
5 |
tensorflow==2.12.0
|
6 |
streamlit==1.31.1
|
7 |
protobuf>=3.20,<5
|