mouseland commited on
Commit
a08adb1
·
verified ·
1 Parent(s): f9b1b13

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -208,7 +208,7 @@ def cellpose_segment(filepath, resize = 1000):
208
  #crand = .2 + .8 * np.random.rand(np.max(masks.flatten()).astype('int')+1,).astype('float32')
209
  #crand[0] = 0
210
 
211
- overlay = Image.fromarray(overlay)
212
  flows = Image.fromarray(flows)
213
 
214
  Ly, Lx = img.shape[:2]
 
208
  #crand = .2 + .8 * np.random.rand(np.max(masks.flatten()).astype('int')+1,).astype('float32')
209
  #crand[0] = 0
210
 
211
+ #overlay = Image.fromarray(overlay)
212
  flows = Image.fromarray(flows)
213
 
214
  Ly, Lx = img.shape[:2]