xiazhi commited on
Commit
44bb304
·
verified ·
1 Parent(s): 9768896

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ from cell_segmentation.inference.inference_cellvit_experiment_monuseg import Inf
10
  ## local | remote
11
  RUN_MODE = "remote"
12
  if RUN_MODE != "local":
13
- os.system("wget https://huggingface.co/xiazhi/LKCell-L/blob/main/2024-04-22T232903_CellViT-unireplknet-fold1-final/checkpoints/model_best.pth")
14
  ## examples
15
  os.system("wget https://huggingface.co/xiazhi/LKCell/resolve/main/1.png")
16
  os.system("wget https://huggingface.co/xiazhi/LKCell/resolve/main/2.png")
 
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
15
  os.system("wget https://huggingface.co/xiazhi/LKCell/resolve/main/1.png")
16
  os.system("wget https://huggingface.co/xiazhi/LKCell/resolve/main/2.png")