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