mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-05 22:20:01 +08:00
fix bug
This commit is contained in:
parent
12b2f83b12
commit
9b5810ed0a
@ -35,20 +35,7 @@
|
||||
"source": [
|
||||
"%%writefile /content/setup.sh\n",
|
||||
"set -e\n",
|
||||
"\n",
|
||||
"if command -v conda >/dev/null 2>&1; then\n",
|
||||
" echo \"conda installed\"\n",
|
||||
"else\n",
|
||||
" echo \"installing conda\"\n",
|
||||
"\n",
|
||||
" wget -O \"Anaconda.sh\" \"https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-x86_64.sh\"\n",
|
||||
" bash \"Anaconda.sh\" -b -u -p \"$HOME/anaconda3\"\n",
|
||||
" rm -rf \"Anaconda.sh\"\n",
|
||||
"\n",
|
||||
" \"$HOME/anaconda3/condabin/conda\" init bash\n",
|
||||
" source \"$HOME/.bashrc\"\n",
|
||||
"fi\n",
|
||||
"\n",
|
||||
"cd /content\n",
|
||||
"rm -rf GPT-SoVITS\n",
|
||||
"git clone https://github.com/RVC-Boss/GPT-SoVITS.git\n",
|
||||
"cd GPT-SoVITS\n",
|
||||
@ -102,7 +89,7 @@
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"!source \"/root/anaconda3/etc/profile.d/conda.sh\" conda activate GPT-SoVITS && export is_share=True && cd /content/GPT-SoVITS && python webui.py"
|
||||
"!conda activate GPT-SoVITS && export is_share=True && cd /content/GPT-SoVITS && python webui.py"
|
||||
]
|
||||
}
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user