Skip to content

Commit

Permalink
Fix Pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidalnt committed Sep 6, 2024
1 parent 2993c7c commit eb1e2ac
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions assets/Applio.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"source": [
"## **Applio**\n",
"A simple, high-quality voice conversion tool focused on ease of use and performance. \n",
"A simple, high-quality voice conversion tool focused on ease of use and performance.\n",
"\n",
"[Support](https://discord.gg/IAHispano) — [Discord Bot](https://discord.com/oauth2/authorize?client_id=1144714449563955302&permissions=1376674695271&scope=bot%20applications.commands) — [Find Voices](https://applio.org/models) — [GitHub](https://github.com/IAHispano/Applio)\n",
"\n",
Expand Down Expand Up @@ -90,6 +90,7 @@
" os.remove(A)\n",
"\n",
"vidal_setup()\n",
"!pip install fastapi==0.112.4 gradio==4.43.0 gradio-client==1.3.0 pydantic==2.9.0 numpy>=1.24.4\n",
"clear_output()\n",
"print(\"Finished installing requirements!\")"
]
Expand All @@ -113,9 +114,7 @@
"from IPython.display import display\n",
"import os\n",
"os.environ['TF_CPP_MIN_LOG_LEVEL'] = '3'\n",
"!npm install -g localtunnel\n",
"new_name = rot_47(\"kmjbmvh_hg\")\n",
"%cd $new_name/\n",
"!npm install -g localtunnel &>/dev/null\n",
"share_tunnel = False # @param {type:\"boolean\"}\n",
"def start_applio():\n",
" if share_tunnel:\n",
Expand Down Expand Up @@ -449,4 +448,4 @@
},
"nbformat": 4,
"nbformat_minor": 0
}
}

0 comments on commit eb1e2ac

Please sign in to comment.