From 9b200712c3bf481b7cb7a3c5d3be8803484bb350 Mon Sep 17 00:00:00 2001 From: Xx_Nessu_xX <68195086+XxNessuxX@users.noreply.github.com> Date: Mon, 15 Jan 2024 17:29:22 +0100 Subject: [PATCH] Corregido error de Gdown. --- "notebooks/piper_inferencia_espa\303\261ol(ckpt).ipynb" | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git "a/notebooks/piper_inferencia_espa\303\261ol(ckpt).ipynb" "b/notebooks/piper_inferencia_espa\303\261ol(ckpt).ipynb" index 1b9f3c01..39134537 100644 --- "a/notebooks/piper_inferencia_espa\303\261ol(ckpt).ipynb" +++ "b/notebooks/piper_inferencia_espa\303\261ol(ckpt).ipynb" @@ -55,7 +55,6 @@ "cell_type": "code", "source": [ "#@markdown # **Instalar el software y ajustes.** đŸ“¦\n", - "!pip install git+https://github.com/rmcpantoja/gdown\n", "#@markdown ---\n", "#@markdown *El sintetizador de voz y otras dependencias importantes se instalarĂ¡n en esta celda. Pero primero, algunos ajustes:*\n", "\n", @@ -89,6 +88,7 @@ "print(\"\\033[93mInstalando.\")\n", "if enhanced_accessibility:\n", " playaudio(\"installing\")\n", + "!pip install git+https://github.com/rmcpantoja/gdown\n", "!git clone -q https://github.com/rmcpantoja/piper\n", "%cd /content/piper/src/python\n", "#!pip install -q -r requirements.txt\n",