Quinniboi10 commited on
Commit
5dfe0f7
·
1 Parent(s): 88912b5

Update streamlit_config.py

Browse files
Files changed (1) hide show
  1. streamlit_config.py +1 -2
streamlit_config.py CHANGED
@@ -40,8 +40,7 @@ def download_button(file, name, format):
40
 
41
  def run():
42
  st.title("Semantic image segmentation")
43
- st.subheader("Upload your image and get an image with segmentation")
44
-
45
  Image.open('detect.jpg')
46
  if not file:
47
  return
 
40
 
41
  def run():
42
  st.title("Semantic image segmentation")
43
+ get_uploaded_file()
 
44
  Image.open('detect.jpg')
45
  if not file:
46
  return