diff --git a/notebooks/so-vits-svc-fork-4.0.ipynb b/notebooks/so-vits-svc-fork-4.0.ipynb index a4725244..6b00729c 100644 --- a/notebooks/so-vits-svc-fork-4.0.ipynb +++ b/notebooks/so-vits-svc-fork-4.0.ipynb @@ -138,7 +138,9 @@ "outputs": [], "source": [ "#@title Export configs file\n", - "#@markdown This assumes that you want to save the **config.json** on the default location. There will be also a backup file created in case the action is done accidentally.!cp configs/44k/config.json configs/44k/config.bkp.json!cp drive/MyDrive/so-vits-svc-fork/config.json configs/44k" + "#@markdown This assumes that you want to save the **config.json** on the default location. There will be also a backup file created in case the action is done accidentally.\n", + "!cp drive/MyDrive/so-vits-svc-fork/config.json drive/MyDrive/so-vits-svc-fork/config.bkp.json\n", + "!cp configs/44k/config.json drive/MyDrive/so-vits-svc-fork\n" ] }, { @@ -148,7 +150,9 @@ "outputs": [], "source": [ "#@title Import configs file (Optional Step, NOT REQUIRED)\n", - "#@markdown This assumes that you are saving the **config.json** on the default location. There will be also a backup file created in case the action is done accidentally.!cp drive/MyDrive/so-vits-svc-fork/config.json drive/MyDrive/so-vits-svc-fork/config.bkp.json!cp configs/44k/config.json drive/MyDrive/so-vits-svc-fork" + "#@markdown This assumes that you are saving the **config.json** on the default location. There will be also a backup file created in case the action is done accidentally.\n", + "!cp configs/44k/config.json configs/44k/config.bkp.json\n", + "!cp drive/MyDrive/so-vits-svc-fork/config.json configs/44k\n" ] }, {