Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ShiromiyaG authored Sep 6, 2024
1 parent 2169a41 commit dac763f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions assets/RVCAICoverMakerWebUI.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{
"cell_type": "markdown",
"source": [
"# **RVC AI Cover Maker Web UI**\n",
"# **RVC AI Cover Maker UI**\n",
"- Created by [Shirou](https://github.com/ShiromiyaG)\n",
"<br>This colab uses the following projects:\n",
"- [Music Source Separation Universal Training Code](https://github.com/ZFTurbo/Music-Source-Separation-Training) by [ZFTurbo](https://github.com/ZFTurbo)\n",
Expand All @@ -40,9 +40,11 @@
"source": [
"#@title ## **Install**\n",
"import os\n",
"import codecs\n",
"print(\"Installing requirements\")\n",
"!git clone https://github.com/ShiromiyaG/RVC-AI-Cover-Maker-WebUI.git &> /dev/null\n",
"%cd RVC-AI-Cover-Maker-WebUI\n",
"repo = codecs.decode(\"uggcf://tvguho.pbz/FuvebzvlnT/EIP-NV-Pbire-Znxre-JroHV.tvg\", \"rot_13\")\n",
"!git clone $repo main_program &> /dev/null\n",
"%cd main_program\n",
"!pip install uv &> /dev/null\n",
"!uv venv .venv &> /dev/null\n",
"!uv pip install --no-deps -r requirements.txt &> /dev/null\n",
Expand Down

0 comments on commit dac763f

Please sign in to comment.