Skip to content

Commit

Permalink
bug with GUI loading flows
Browse files Browse the repository at this point in the history
  • Loading branch information
carsen-stringer committed Aug 16, 2020
1 parent 864f503 commit f3380aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cellpose/gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -1205,7 +1205,7 @@ def compute_model(self):
if 1:
tic=time.time()
self.clear_all()
self.flows = [[],[],[],[],[]]
self.flows = [[],[],[]]
self.initialize_model()

print('using model %s'%self.current_model)
Expand Down

0 comments on commit f3380aa

Please sign in to comment.