GSoftTTS commited on
Commit
73fd36d
·
1 Parent(s): baf17de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
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()