Spaces:
Runtime error
Runtime error
Sarah Yakum
commited on
Commit
·
e759c10
1
Parent(s):
d120484
commit
Browse files
app.py
CHANGED
@@ -89,5 +89,6 @@ if file_name is not None:
|
|
89 |
img = img.astype(np.uint8)
|
90 |
|
91 |
plt.figure(figsize=(15, 10))
|
|
|
92 |
plt.imshow(img)
|
93 |
-
st.
|
|
|
89 |
img = img.astype(np.uint8)
|
90 |
|
91 |
plt.figure(figsize=(15, 10))
|
92 |
+
plt.title("Image with Segmentation")
|
93 |
plt.imshow(img)
|
94 |
+
st.pyplot(img)
|