imagescientist commited on
Commit
e484f7f
·
1 Parent(s): 9ed04d4

size change

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -32,7 +32,7 @@ def process_zebrafish_image(img):
32
  img = img*10
33
  img = PILImage.create(img)
34
  #img = PILImage.create('24hr.tif')
35
- _,axs = plt.subplots(1,3, figsize=(12,3))
36
  img.show(ctx=axs[0], title='image')
37
  pred.show(alpha=1, ctx=axs[1], vmin=0, vmax=3, title='mask')
38
  img.show(ctx=axs[2], title='superimposed')
 
32
  img = img*10
33
  img = PILImage.create(img)
34
  #img = PILImage.create('24hr.tif')
35
+ _,axs = plt.subplots(1,3, figsize=(16,4))
36
  img.show(ctx=axs[0], title='image')
37
  pred.show(alpha=1, ctx=axs[1], vmin=0, vmax=3, title='mask')
38
  img.show(ctx=axs[2], title='superimposed')