mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-05 22:20:01 +08:00
modified path
This commit is contained in:
parent
c928b7b5ce
commit
640d9e85f7
@ -33,7 +33,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%%writefile setup.sh\n",
|
||||
"%%writefile /content/setup.sh\n",
|
||||
"set -e\n",
|
||||
"\n",
|
||||
"if command -v conda >/dev/null 2>&1; then\n",
|
||||
@ -80,9 +80,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"%cd -q /content\n",
|
||||
"!bash setup.sh\n",
|
||||
"%cd -q /content/GPT-SoVITS"
|
||||
"!cd /content && bash setup.sh"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -101,9 +99,7 @@
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"# @title launch WebUI 启动WebUI\n",
|
||||
"%cd -q /content/GPT-SoVITS\n",
|
||||
"!conda activate GPT-SoVITS && pip install ipykernel && export is_share=False && python webui.py"
|
||||
"!conda activate GPT-SoVITS && pip install ipykernel && export is_share=True && cd /content/GPT-SoVITS && python webui.py"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user