mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-05 22:20:01 +08:00
Add source
This commit is contained in:
parent
640d9e85f7
commit
5a16ed10b8
@ -80,7 +80,7 @@
|
||||
"metadata": {},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"!cd /content && bash setup.sh"
|
||||
"!source \"$HOME/.bashrc\" && cd /content && bash setup.sh"
|
||||
]
|
||||
},
|
||||
{
|
||||
@ -99,7 +99,7 @@
|
||||
},
|
||||
"outputs": [],
|
||||
"source": [
|
||||
"!conda activate GPT-SoVITS && pip install ipykernel && export is_share=True && cd /content/GPT-SoVITS && python webui.py"
|
||||
"!source \"$HOME/.bashrc\" && 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