kishoreb4 commited on
Commit
3cb5c13
·
1 Parent(s): ce2a93f

Add Streamlit app for segmentation

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -2
requirements.txt CHANGED
@@ -1,3 +1,7 @@
 
 
 
 
1
  transformers==4.50.3
2
  Pillow==11.1.0
3
  numpy==2.0.2
@@ -5,7 +9,5 @@ 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
 
1
+ tensorflow==2.12.0
2
+ streamlit==1.31.1
3
+ protobuf # Don't set a version, pip will resolve it correctly
4
+
5
  transformers==4.50.3
6
  Pillow==11.1.0
7
  numpy==2.0.2
 
9
  matplotlib==3.10.0
10
  opencv-python==4.11.0
11
  tensorflow-datasets==4.9.8
 
 
12
  gdown==4.7.1
13
  requests==2.31.0