Spaces:
Running
Running
update
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from cell_segmentation.inference.inference_cellvit_experiment_monuseg import Inf
|
|
8 |
|
9 |
|
10 |
## local | remote
|
11 |
-
RUN_MODE = "
|
12 |
if RUN_MODE != "local":
|
13 |
os.system("wget https://huggingface.co/xiazhi/LKCell/resolve/main/model_best.pth")
|
14 |
## examples
|
|
|
8 |
|
9 |
|
10 |
## local | remote
|
11 |
+
RUN_MODE = "remote"
|
12 |
if RUN_MODE != "local":
|
13 |
os.system("wget https://huggingface.co/xiazhi/LKCell/resolve/main/model_best.pth")
|
14 |
## examples
|