mouseland commited on
Commit
8bb1bfa
·
verified ·
1 Parent(s): 7090db4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -191,7 +191,7 @@ def cellpose_segment(filepath, resize = 1000,max_iter = 250):
191
  else:
192
  raise ValueError("Image size must be less than 20,000")
193
 
194
- print(formatted_now, j, masks.max(), os.path.split(filepath[j])[-1]))
195
 
196
  target_size = (img_input.shape[1], img_input.shape[0])
197
  if (target_size[0]!=img.shape[1] or target_size[1]!=img.shape[0]):
 
191
  else:
192
  raise ValueError("Image size must be less than 20,000")
193
 
194
+ print(formatted_now, j, masks.max(), os.path.split(filepath[j])[-1])
195
 
196
  target_size = (img_input.shape[1], img_input.shape[0])
197
  if (target_size[0]!=img.shape[1] or target_size[1]!=img.shape[0]):