Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1400,4 +1400,8 @@ if uploaded_file is not None:
|
|
1400 |
st.pyplot()
|
1401 |
|
1402 |
|
1403 |
-
|
|
|
|
|
|
|
|
|
|
1400 |
st.pyplot()
|
1401 |
|
1402 |
|
1403 |
+
plt.imshow(img, cmap = 'gray')
|
1404 |
+
plt.imshow(dilated*tf.abs(img-res), cmap_type='turbo', alpha = 0.3)
|
1405 |
+
plt.axis('off')
|
1406 |
+
plt.show()
|
1407 |
+
st.pyplot()
|