Skip to content

Commit

Permalink
Fix the colab comma which make the colab notebook broken (RVC-Boss#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
SetoKaiba authored Apr 16, 2024
1 parent e1ba8d7 commit 9c4ba08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colab_webui.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"!git clone https://www.modelscope.cn/damo/punc_ct-transformer_zh-cn-common-vocab272727-pytorch.git\n",
"# @title UVR5 pretrains 安装uvr5模型\n",
"%cd /content/GPT-SoVITS/tools/uvr5\n",
"%rm -r uvr5_weights\n"
"%rm -r uvr5_weights\n",
"!git clone https://huggingface.co/Delik/uvr5_weights\n",
"!git config core.sparseCheckout true\n",
"!mv /content/GPT-SoVITS/GPT_SoVITS/pretrained_models/GPT-SoVITS/* /content/GPT-SoVITS/GPT_SoVITS/pretrained_models/"
Expand Down

0 comments on commit 9c4ba08

Please sign in to comment.