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": { "colab": {
"provenance": [], "provenance": [],
"gpuType": "T4", "gpuType": "T4",
"authorship_tag": "ABX9TyPbfBqlDklgh5td/NJaEFPD", "authorship_tag": "ABX9TyO3vQc6aE4AHf3HNbBfmr19",
"include_colab_link": true "include_colab_link": true
}, },
"kernelspec": { "kernelspec": {
@@ -170,7 +170,7 @@
"else:\n", "else:\n",
" voicepacks_folder = \"/content/drive/MyDrive/piper voice packages\"\n", " voicepacks_folder = \"/content/drive/MyDrive/piper voice packages\"\n",
" from google.colab import drive\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", " if not os.path.exists(voicepacks_folder):\n",
" os.makedirs(voicepacks_folder)\n", " os.makedirs(voicepacks_folder)\n",
" !cp \"{packages_path}/voice-{export_voice_name}.tar.gz\" \"{voicepacks_folder}\"\n", " !cp \"{packages_path}/voice-{export_voice_name}.tar.gz\" \"{voicepacks_folder}\"\n",