Update app.py
Browse files
app.py
CHANGED
@@ -186,7 +186,7 @@ def label_to_color_image(label):
|
|
186 |
return colormap[label]
|
187 |
|
188 |
def draw_plot(pred_img, seg):
|
189 |
-
fig = plt.figure(figsize=(
|
190 |
|
191 |
grid_spec = gridspec.GridSpec(1, 2, width_ratios=[6, 1])
|
192 |
|
|
|
186 |
return colormap[label]
|
187 |
|
188 |
def draw_plot(pred_img, seg):
|
189 |
+
fig = plt.figure(figsize=(20, 15))
|
190 |
|
191 |
grid_spec = gridspec.GridSpec(1, 2, width_ratios=[6, 1])
|
192 |
|