Miguel Angel commited on
Commit
e2e74c5
1 Parent(s): 481ab49

main | Adding mardowns simple on model

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -108,3 +108,5 @@ if archivo_imagen is not None:
108
  st.subheader("Segmentaci贸n:")
109
  st.write(output.shape)
110
  st.image(output, width=850)
 
 
 
108
  st.subheader("Segmentaci贸n:")
109
  st.write(output.shape)
110
  st.image(output, width=850)
111
+
112
+ st.markdown("""Thanks for use our Demo!, see you soon""")