Add source

This commit is contained in:
XXXXRT666 2025-04-18 08:17:02 +01:00 committed by GitHub
parent 640d9e85f7
commit 5a16ed10b8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
]
}
],