Spaces:
Runtime error
Runtime error
Miguel Angel commited on
Commit 路
e2e74c5
1
Parent(s): 481ab49
main | Adding mardowns simple on model
Browse files
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""")
|