From 7d28bb575c0f0f84e46c620133a2efaa7b397274 Mon Sep 17 00:00:00 2001 From: Rafa <32463720+Rafacasari@users.noreply.github.com> Date: Thu, 10 Aug 2023 09:18:36 -0300 Subject: [PATCH] i'm dumb --- Realtime_Voice_Changer_on_Colab.ipynb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Realtime_Voice_Changer_on_Colab.ipynb b/Realtime_Voice_Changer_on_Colab.ipynb index 22e14d27..8d861f47 100644 --- a/Realtime_Voice_Changer_on_Colab.ipynb +++ b/Realtime_Voice_Changer_on_Colab.ipynb @@ -48,7 +48,8 @@ "outputs": [], "source": [ "# @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", "from google.colab import drive\n", "\n",