diff --git a/Colab-Inference.ipynb b/Colab-Inference.ipynb index 33db42a4..038760f0 100644 --- a/Colab-Inference.ipynb +++ b/Colab-Inference.ipynb @@ -32,14 +32,16 @@ "source": [ "%%writefile /content/setup.sh\n", "set -e\n", + "\n", "cd /content\n", - "rm -rf GPT-SoVITS\n", + "\n", "git clone https://github.com/RVC-Boss/GPT-SoVITS.git\n", + "\n", "cd GPT-SoVITS\n", "\n", "mkdir GPT_weights\n", - "mkdir SoVITS_weights\n", "\n", + "mkdir SoVITS_weights\n", "\n", "if conda env list | awk '{print $1}' | grep -Fxq \"GPTSoVITS\"; then\n", " :\n", diff --git a/colab_webui.ipynb b/Colab-WebUI.ipynb similarity index 98% rename from colab_webui.ipynb rename to Colab-WebUI.ipynb index 851c9914..b4107756 100644 --- a/colab_webui.ipynb +++ b/Colab-WebUI.ipynb @@ -42,9 +42,11 @@ "source": [ "%%writefile /content/setup.sh\n", "set -e\n", + "\n", "cd /content\n", - "rm -rf GPT-SoVITS\n", + "\n", "git clone https://github.com/RVC-Boss/GPT-SoVITS.git\n", + "\n", "cd GPT-SoVITS\n", "\n", "if conda env list | awk '{print $1}' | grep -Fxq \"GPTSoVITS\"; then\n",