GImInI commited on
Commit
6264247
1 Parent(s): d669e90
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ def label_to_color_image(label):
71
  return colormap[label]
72
 
73
  def draw_plot(pred_img, seg):
74
- fig = plt.figure(figsize=(30, 15))
75
 
76
 
77
  grid_spec = gridspec.GridSpec(1, 2, width_ratios=[6, 1])
 
71
  return colormap[label]
72
 
73
  def draw_plot(pred_img, seg):
74
+ fig = plt.figure(figsize=(20, 40))
75
 
76
 
77
  grid_spec = gridspec.GridSpec(1, 2, width_ratios=[6, 1])