Skip to content

Commit d66dee7

Browse files
committed
Created using Colab
1 parent d646dc4 commit d66dee7

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

Advanced-RVC.ipynb

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
{
1414
"cell_type": "markdown",
1515
"source": [
16-
"<h1><div align=\"center\"> Advanced RVC Inference\n",
16+
"<h1><div/align=\"center\"> Advanced RVC Inference\n",
1717
"\n",
1818
"---\n",
1919
"\n",
@@ -37,20 +37,25 @@
3737
"outputs": [],
3838
"source": [
3939
"#@title ## **Install**\n",
40+
"\n",
41+
"\n",
42+
"import os\n",
43+
"import codecs\n",
44+
"from IPython.display import clear_output\n",
45+
"\n",
46+
"\n",
4047
"!sudo apt update\n",
4148
"!sudo apt install python3.10\n",
4249
"!sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 1\n",
4350
"!sudo update-alternatives --set python3 /usr/bin/python3.10\n",
4451
"!curl -sS https://bootstrap.pypa.io/get-pip.py | python3\n",
4552
"import sys\n",
4653
"sys.path.append('/usr/local/lib/python3.10/dist-packages')\n",
54+
"clear_output()\n",
4755
"\n",
48-
"import os\n",
49-
"import codecs\n",
50-
"from IPython.display import clear_output\n",
5156
"print(\"Installing requirements\")\n",
52-
"repo = \"https://github.com/ArkanDash/Advanced-RVC-Inference.git\"\n",
5357
"\n",
58+
"repo = \"https://github.com/ArkanDash/Advanced-RVC-Inference.git\"\n",
5459
"\n",
5560
"!git clone $repo main_program\n",
5661
"%cd main_program\n",
@@ -59,8 +64,6 @@
5964
"!pip install torch==2.3.1 torchvision==0.18.1 torchaudio==2.3.1 --upgrade --index-url https://download.pytorch.org/whl/cu121 &> /dev/null\n",
6065
"!pip install numpy==1.23.5\n",
6166
"\n",
62-
"!source .venv/bin/activate\n",
63-
"!python programs/applio_code/rvc/lib/tools/prerequisites_download.py\n",
6467
"clear_output()\n",
6568
"print(\"Requirements installed!\")"
6669
]

0 commit comments

Comments
 (0)