panda47 commited on
Commit
2d15430
·
1 Parent(s): f8dd717

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -188,7 +188,7 @@ def label_to_color_image(label):
188
  def draw_plot(pred_img, seg):
189
  fig = plt.figure(figsize=(20, 15))
190
 
191
- grid_spec = gridspec.GridSpec(2, 1, width_ratios=[6, 1])
192
 
193
  plt.subplot(grid_spec[0])
194
  plt.imshow(pred_img)
 
188
  def draw_plot(pred_img, seg):
189
  fig = plt.figure(figsize=(20, 15))
190
 
191
+ grid_spec = gridspec.GridSpec(1, 0.5, width_ratios=[6, 1])
192
 
193
  plt.subplot(grid_spec[0])
194
  plt.imshow(pred_img)