Manthanx commited on
Commit
285a3bc
·
1 Parent(s): 1160398

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -51,7 +51,7 @@ def predict_segmentation(image):
51
  return predicted_class
52
 
53
  # Define the Streamlit interface
54
- st.title('UNet Image Segmentation')
55
  st.write('Segment an image using a UNet model')
56
 
57
  uploaded_image = st.file_uploader("Upload an image", type=["png", "jpg", "jpeg"])
 
51
  return predicted_class
52
 
53
  # Define the Streamlit interface
54
+ st.title('UNet Image Segmentation IPPR')
55
  st.write('Segment an image using a UNet model')
56
 
57
  uploaded_image = st.file_uploader("Upload an image", type=["png", "jpg", "jpeg"])