mirror of
https://github.com/pstrueb/piper.git
synced 2026-05-10 15:28:01 +00:00
Fixed mounting.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"colab": {
|
||||
"provenance": [],
|
||||
"gpuType": "T4",
|
||||
"authorship_tag": "ABX9TyPbfBqlDklgh5td/NJaEFPD",
|
||||
"authorship_tag": "ABX9TyO3vQc6aE4AHf3HNbBfmr19",
|
||||
"include_colab_link": true
|
||||
},
|
||||
"kernelspec": {
|
||||
@@ -170,7 +170,7 @@
|
||||
"else:\n",
|
||||
" voicepacks_folder = \"/content/drive/MyDrive/piper voice packages\"\n",
|
||||
" from google.colab import drive\n",
|
||||
" drive.mount('/content/drive', force_remount=True)\n",
|
||||
" drive.mount('/content/drive')\n",
|
||||
" if not os.path.exists(voicepacks_folder):\n",
|
||||
" os.makedirs(voicepacks_folder)\n",
|
||||
" !cp \"{packages_path}/voice-{export_voice_name}.tar.gz\" \"{voicepacks_folder}\"\n",
|
||||
|
||||
Reference in New Issue
Block a user