Skip to content

Commit

Permalink
Corregido error de Gdown.
Browse files Browse the repository at this point in the history
  • Loading branch information
XxNessuxX committed Jan 15, 2024
1 parent 4ab821e commit 9b20071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notebooks/piper_inferencia_español(ckpt).ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@
"cell_type": "code",
"source": [
"#@markdown # <font color=\"ffc800\">**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",
Expand Down Expand Up @@ -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",
Expand Down

0 comments on commit 9b20071

Please sign in to comment.