modified app.py
Browse files
app.py
CHANGED
@@ -67,4 +67,6 @@ if image_file is not None:
|
|
67 |
if output is not None :
|
68 |
st.subheader("Segmentaci贸n:")
|
69 |
st.write(output.shape)
|
70 |
-
st.image(output,width=850)
|
|
|
|
|
|
67 |
if output is not None :
|
68 |
st.subheader("Segmentaci贸n:")
|
69 |
st.write(output.shape)
|
70 |
+
st.image(output,width=850)
|
71 |
+
|
72 |
+
st.markdown("Gracias por usar nuestro demo")
|