alexrods commited on
Commit
c186c89
1 Parent(s): 29a05b7

add documentation in app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -137,7 +137,6 @@ if file_imagen is not None:
137
  with col2:
138
  st.subheader("Mask: ")
139
  st.image(output[1], width=425)
140
- else:
141
- st.write("Ocurrió un error al segmentar la imagen, intenta con otra imagen")
142
 
143
 
 
137
  with col2:
138
  st.subheader("Mask: ")
139
  st.image(output[1], width=425)
140
+
 
141
 
142