Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Commit 793e76f

Browse files
authored
fix typo in code
change null to None
1 parent 04dca18 commit 793e76f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DiffSinger_colab_notebook.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -385,7 +385,7 @@
385385
"if f0_ext == \"rmvpe\":\n",
386386
" pe_ckpt_pth = \"checkpoints/rmvpe/model.pt\"\n",
387387
"else:\n",
388-
" pe_ckpt_pth = null\n",
388+
" pe_ckpt_pth = None\n",
389389
"\n",
390390
"#@markdown <font size=\"-1.5\"> Select this is you want to use data augmentation (default pitch shift and time stretch values)\n",
391391
"data_aug = False #@param {type:\"boolean\"}\n",
@@ -795,4 +795,4 @@
795795
}
796796
}
797797
]
798-
}
798+
}

0 commit comments

Comments
 (0)