Spaces:
Runtime error
Runtime error
Add Streamlit app for segmentation
Browse files- packages.txt +0 -8
- requirements.txt +1 -2
packages.txt
DELETED
@@ -1,8 +0,0 @@
|
|
1 |
-
build-essential
|
2 |
-
python3-dev
|
3 |
-
python3-pip
|
4 |
-
python3-wheel
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
requirements.txt
CHANGED
@@ -1,11 +1,10 @@
|
|
1 |
-
|
2 |
wheel>=0.41.0
|
3 |
setuptools>=65.5.0
|
4 |
|
5 |
tensorflow==2.12.0
|
6 |
streamlit==1.31.1
|
7 |
protobuf>=3.20,<5
|
8 |
-
evaluate==0.2.2
|
9 |
transformers==4.50.3
|
10 |
Pillow==10.2.0
|
11 |
numpy==1.23.5
|
|
|
1 |
+
|
2 |
wheel>=0.41.0
|
3 |
setuptools>=65.5.0
|
4 |
|
5 |
tensorflow==2.12.0
|
6 |
streamlit==1.31.1
|
7 |
protobuf>=3.20,<5
|
|
|
8 |
transformers==4.50.3
|
9 |
Pillow==10.2.0
|
10 |
numpy==1.23.5
|