mirror of
https://github.com/ClovertaTheTrilobita/cellpose-web.git
synced 2026-04-01 23:14:50 +00:00
feat(install): 修改提示
This commit is contained in:
parent
2089efb1cb
commit
c5728df2ce
1 changed files with 1 additions and 1 deletions
|
|
@ -395,6 +395,6 @@ else
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo -e "${GREEN}==>${RESET} Deployment successfull"
|
echo -e "${GREEN}==>${RESET} Deployment successfull"
|
||||||
if ask_yn "Do you wish to start cellpose server now?" y; then
|
if ask_yn "Do you wish to start cellpose developmental server now?" y; then
|
||||||
python ${root}/backend/main.py
|
python ${root}/backend/main.py
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue