Update app.py
Browse files
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
|
| 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 |
|