Skip to content

Commit

Permalink
fix: Added line breaks (Hopefull this fixes it)
Browse files Browse the repository at this point in the history
  • Loading branch information
Onako2 authored Jan 27, 2024
1 parent d974afd commit 8327fa4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions notebooks/so-vits-svc-fork-4.0.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@
"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"
"!cp configs/44k/config.json configs/44k/config.bkp.json\n",
"!cp drive/MyDrive/so-vits-svc-fork/config.json configs/44k\n"
]
},
{
Expand All @@ -150,9 +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 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"
]
},
{
Expand Down

0 comments on commit 8327fa4

Please sign in to comment.