johnnv commited on
Commit
f312659
1 Parent(s): 50c5448

remove plot padding

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def image_with_mask(
137
  alpha=0.4,
138
  )
139
  plt.axis('off')
140
-
141
  return fig
142
 
143
 
 
137
  alpha=0.4,
138
  )
139
  plt.axis('off')
140
+ plt.tight_layout(pad=0)
141
  return fig
142
 
143