Spaces:
Runtime error
Runtime error
Add Streamlit app for segmentation
Browse files- requirements.txt +11 -10
requirements.txt
CHANGED
@@ -1,10 +1,11 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
|
|
|
1 |
+
transformers==4.50.3
|
2 |
+
Pillow==11.1.0
|
3 |
+
numpy==2.0.2
|
4 |
+
evaluate==0.4.3
|
5 |
+
matplotlib==3.10.0
|
6 |
+
opencv-python==4.11.0
|
7 |
+
tensorflow-datasets==4.9.8
|
8 |
+
tensorflow==2.18.0
|
9 |
+
streamlit==1.31.1
|
10 |
+
gdown==4.7.1
|
11 |
+
requests==2.31.0
|