Fixed mounting.

This commit is contained in:
Mateo Cedillo
2023-06-11 09:02:52 -05:00
parent cdda0cac0c
commit a21ffc43b8

View File

@@ -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",