This commit is contained in:
Rafa 2023-08-10 09:18:36 -03:00 committed by GitHub
parent a9dcefc772
commit 7d28bb575c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,8 @@
"outputs": [], "outputs": [],
"source": [ "source": [
"# @title **[Optional]** Setup/Start Google Drive\n", "# @title **[Optional]** Setup/Start Google Drive\n",
"# @markdown Using Google Drive can improve load times in a next version that you use Voice Changer, since it will not need to download/install everything again.\n", "# @markdown Using Google Drive can improve load times, since you will not need to re-download every time you use this.\n",
"\n",
"import os\n", "import os\n",
"from google.colab import drive\n", "from google.colab import drive\n",
"\n", "\n",