Spaces:
Running
Running
Update app.py
Browse files
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
|
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")
|