This commit is contained in:
XTer 2024-03-19 17:08:35 +08:00
commit 113125631f
2 changed files with 2 additions and 2 deletions

View File

@ -21,6 +21,7 @@ Please note that we do not recommend using GSVI for training. Its existence is t
We look forward to seeing how you use GSVI to bring your creative projects to life! We look forward to seeing how you use GSVI to bring your creative projects to life!
Prezip : https://huggingface.co/XTer123/GSVI_prezip/tree/main
## Usage ## Usage
### Use With Bat Files ### Use With Bat Files

View File

@ -82,9 +82,8 @@
"source": [ "source": [
"# @title launch WebUI 启动WebUI\n", "# @title launch WebUI 启动WebUI\n",
"!/usr/local/bin/pip install ipykernel\n", "!/usr/local/bin/pip install ipykernel\n",
"!sed -i '10s/False/True/' /content/GPT-SoVITS/config.py\n",
"%cd /content/GPT-SoVITS/\n", "%cd /content/GPT-SoVITS/\n",
"!/usr/local/bin/python webui.py" "!/usr/local/bin/python app.py"
], ],
"metadata": { "metadata": {
"id": "4oRGUzkrk8C7" "id": "4oRGUzkrk8C7"