qingke1 commited on
Commit
3bc3097
·
1 Parent(s): f2d83f6
Files changed (1) hide show
  1. app.py +1 -1
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 = "local"
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