Skip to content

Commit 4f3adb4

Browse files
committed
Created using Colab
1 parent e3c7df1 commit 4f3adb4

File tree

1 file changed

+3
-15
lines changed

1 file changed

+3
-15
lines changed

Advanced-RVC.ipynb

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"\n",
5151
"\n",
5252
"\n",
53-
"\n",
5453
"# ===== Clone Repository ===== #\n",
5554
"\n",
5655
"!git clone -b master https://github.com/ArkanDash/Advanced-RVC-Inference\n",
@@ -59,19 +58,8 @@
5958
"\n",
6059
"\n",
6160
"\n",
62-
"# ===== Downgrade Python to 3.10 ===== #\n",
63-
"!sudo apt-get update\n",
64-
"!sudo apt-get install python3.10\n",
65-
"!sudo update-alternatives --install /usr/bin/python3 python3 /usr/bin/python3.10 1\n",
66-
"!sudo update-alternatives --set python3 /usr/bin/python3.10\n",
67-
"!curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py\n",
68-
"!python3.10 get-pip.py\n",
69-
"clear_output()\n",
70-
"\n",
71-
"\n",
72-
"\n",
7361
"# ===== Install requirements ===== #\n",
74-
"\n",
62+
"!pip install pip==24.0\n",
7563
"!pip install -r ./requirements.txt"
7664
]
7765
},
@@ -120,9 +108,9 @@
120108
" print(f\"An error occurred: {e}\")\n",
121109
"\n",
122110
"# Example usage\n",
123-
"video_url = 'YOUR_YOUTUBE_URL' #@param {type:\"string\"}\n",
111+
"video_url = 'Video_URL' #@param {type:\"string\"}\n",
124112
" # Replace with your YouTube video URL\n",
125-
"output_directory = '/content/yt_dlp/' #@param {type:\"string\"}\n",
113+
"output_directory = '/content/yt_dlp' #@param {type:\"string\"}\n",
126114
" # customize your output directory\n",
127115
"\n",
128116
"# Create the output directory if it doesn't exist.\n",

0 commit comments

Comments
 (0)