mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-06 06:29:59 +08:00
fix bugs
This commit is contained in:
parent
c6556a26e9
commit
12b2f83b12
@ -80,6 +80,9 @@
|
|||||||
"metadata": {},
|
"metadata": {},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"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"
|
"!source \"$HOME/.bashrc\" && cd /content && bash setup.sh"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
@ -99,7 +102,7 @@
|
|||||||
},
|
},
|
||||||
"outputs": [],
|
"outputs": [],
|
||||||
"source": [
|
"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"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user