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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -163,7 +163,7 @@ def run_model_gpu1000(img):
163
  masks, flows, _ = model.eval(img)#, channels = [0,0])
164
  return masks, flows
165
 
166
- from zipfile import Zipfile
167
  #@spaces.GPU(duration=10)
168
  def cellpose_segment(filepath, resize = 1000):
169
 
 
163
  masks, flows, _ = model.eval(img)#, channels = [0,0])
164
  return masks, flows
165
 
166
+ from zipfile import ZipFile
167
  #@spaces.GPU(duration=10)
168
  def cellpose_segment(filepath, resize = 1000):
169