Spaces:
Running
Running
Add Streamlit app for segmentation
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -1,6 +1,8 @@
|
|
|
|
|
|
|
|
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
|
|
|
1 |
+
# Install promise using prebuilt wheel
|
2 |
+
promise @ https://files.pythonhosted.org/packages/23/3b/f03a4fa26422e145e607c9eae23540a12a3fcf7e47cb7e91107adbf6b1fe/promise-2.3-py3-none-any.whl
|
3 |
+
|
4 |
setuptools>=65.5.0
|
5 |
wheel>=0.41.0
|
|
|
6 |
|
7 |
tensorflow==2.12.0
|
8 |
streamlit==1.31.1
|