This commit is contained in:
XXXXRT666 2025-04-18 12:12:36 +01:00 committed by GitHub
parent c6556a26e9
commit 12b2f83b12
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,6 +80,9 @@
"metadata": {},
"outputs": [],
"source": [
"%pip install -q condacolab\n",
"import condacolab\n",
"condacolab.install_from_url(\"https://repo.anaconda.com/archive/Anaconda3-2024.10-1-Linux-x86_64.sh\")\n",
"!source \"$HOME/.bashrc\" && cd /content && bash setup.sh"
]
},
@ -99,7 +102,7 @@
},
"outputs": [],
"source": [
"!source \"$HOME/.bashrc\" && conda activate GPT-SoVITS && pip install ipykernel && export is_share=True && cd /content/GPT-SoVITS && python webui.py"
"!source \"/root/anaconda3/etc/profile.d/conda.sh\" conda activate GPT-SoVITS && export is_share=True && cd /content/GPT-SoVITS && python webui.py"
]
}
],