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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1401,7 +1401,7 @@ if uploaded_file is not None:
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()
 
1401
 
1402
 
1403
  plt.imshow(img, cmap = 'gray')
1404
+ plt.imshow(dilated*tf.abs(img-res), cmap ='turbo', alpha = 0.3)
1405
  plt.axis('off')
1406
  plt.show()
1407
  st.pyplot()