Skip to content

Commit cea949e

Browse files
authored
google colab
1 parent ecf792c commit cea949e

File tree

2 files changed

+107
-81
lines changed

2 files changed

+107
-81
lines changed

Diff for: README.md

-2
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ Welcome to **Applio**, the ultimate voice cloning tool meticulously optimized fo
77
[![Support Discord](https://img.shields.io/discord/1096877223765606521?style=flat-square)](https://discord.gg/iahispano)
88
[![Downloads](https://img.shields.io/github/downloads/iahispano/applio-rvc-fork/total?style=flat-square)](https://github.com/IAHispano/Applio-RVC-Fork/releases)
99
[![Issues](https://img.shields.io/github/issues/iahispano/applio-rvc-fork?style=flat-square)](https://github.com/IAHispano/Applio-RVC-Fork/issues)
10-
<!-- WORKING ON THIS
1110
[![Open In Collab](https://img.shields.io/badge/google_colab-F9AB00?style=flat-square&logo=googlecolab&logoColor=white)](https://colab.research.google.com/github/iahispano/applio/blob/master/assets/Applio.ipynb)
12-
-->
1311

1412
## Content Table
1513
- [**Installation**](#installation)

Diff for: assets/Applio.ipynb

+107-79
Original file line numberDiff line numberDiff line change
@@ -1,81 +1,109 @@
11
{
2-
"cells": [
3-
{
4-
"cell_type": "code",
5-
"execution_count": null,
6-
"metadata": {
7-
"cellView": "form",
8-
"id": "vtON700qokuQ"
9-
},
10-
"outputs": [],
11-
"source": [
12-
"# @title **Install Applio**\n",
13-
"\n",
14-
"import codecs\n",
15-
"import time\n",
16-
"\n",
17-
"orig_name_of_program = codecs.decode(\"Nccyvb\", \"rot_13\")\n",
18-
"new_name_of_program = codecs.decode(\"cebtenz\", \"rot_13\")\n",
19-
"uioawhd = codecs.decode(\"uggcf://tvguho.pbz/VNUvfcnab/Nccyvb.tvg\", \"rot_13\")\n",
20-
"uyadwa = codecs.decode(\"ncc.cl\", \"rot_13\")\n",
21-
"\n",
22-
"from IPython.display import clear_output, Javascript\n",
23-
"\n",
24-
"!git clone --depth 1 $uioawhd\n",
25-
"!mv $orig_name_of_program $new_name_of_program\n",
26-
"%cd $new_name_of_program/\n",
27-
"\n",
28-
"clear_output()\n",
29-
"file_path = \"requirements.txt\"\n",
30-
"!pip install -r \"requirements.txt\" --quiet\n",
31-
"\n",
32-
"clear_output()\n",
33-
"print(\"Finished installing requirements!\")"
34-
]
2+
"cells": [
3+
{
4+
"cell_type": "code",
5+
"execution_count": 1,
6+
"metadata": {
7+
"cellView": "form",
8+
"id": "vtON700qokuQ",
9+
"outputId": "f2e96749-d738-4089-b966-14ee5cd1856f",
10+
"colab": {
11+
"base_uri": "https://localhost:8080/"
12+
}
13+
},
14+
"outputs": [
15+
{
16+
"output_type": "stream",
17+
"name": "stdout",
18+
"text": [
19+
"Finished installing requirements!\n"
20+
]
21+
}
22+
],
23+
"source": [
24+
"# @title **Install Applio**\n",
25+
"\n",
26+
"import codecs\n",
27+
"import time\n",
28+
"\n",
29+
"orig_name_of_program = codecs.decode(\"Nccyvb\", \"rot_13\")\n",
30+
"new_name_of_program = codecs.decode(\"cebtenz\", \"rot_13\")\n",
31+
"uioawhd = codecs.decode(\"uggcf://tvguho.pbz/VNUvfcnab/Nccyvb.tvg\", \"rot_13\")\n",
32+
"uyadwa = codecs.decode(\"ncc.cl\", \"rot_13\")\n",
33+
"\n",
34+
"from IPython.display import clear_output, Javascript\n",
35+
"\n",
36+
"!git clone --depth 1 $uioawhd\n",
37+
"!mv $orig_name_of_program $new_name_of_program\n",
38+
"%cd $new_name_of_program/\n",
39+
"\n",
40+
"clear_output()\n",
41+
"file_path = \"requirements.txt\"\n",
42+
"!pip install -r \"requirements.txt\" --quiet\n",
43+
"\n",
44+
"clear_output()\n",
45+
"print(\"Finished installing requirements!\")"
46+
]
47+
},
48+
{
49+
"cell_type": "code",
50+
"execution_count": 3,
51+
"metadata": {
52+
"cellView": "form",
53+
"id": "-7cQtXouqpQi",
54+
"outputId": "242be0b2-15bc-4b90-e9c4-d9ab42ec7e29",
55+
"colab": {
56+
"base_uri": "https://localhost:8080/"
57+
}
58+
},
59+
"outputs": [
60+
{
61+
"output_type": "stream",
62+
"name": "stdout",
63+
"text": [
64+
"Keyboard interruption in main thread... closing server.\n",
65+
"Killing tunnel 127.0.0.1:6969 <> https://caf1f69e5f1d9cc72e.gradio.live\n"
66+
]
67+
}
68+
],
69+
"source": [
70+
"# @title **Start Applio**\n",
71+
"import codecs\n",
72+
"uyadwa = codecs.decode(\"ncc.cl\", \"rot_13\")\n",
73+
"\n",
74+
"%load_ext tensorboard\n",
75+
"%reload_ext tensorboard\n",
76+
"%tensorboard --logdir logs --bind_all\n",
77+
"\n",
78+
"!python $uyadwa --share"
79+
]
80+
},
81+
{
82+
"cell_type": "markdown",
83+
"metadata": {
84+
"id": "ymhGfgFSR17k"
85+
},
86+
"source": [
87+
"## **Credits**\n",
88+
"- Special thanks to [Hina](https://github.com/hinabl) 💗\n",
89+
"- [Blaise](https://github.com/blaise-tk) and [Applio Team](https://github.com/IAHispano)"
90+
]
91+
}
92+
],
93+
"metadata": {
94+
"accelerator": "GPU",
95+
"colab": {
96+
"gpuType": "T4",
97+
"provenance": []
98+
},
99+
"kernelspec": {
100+
"display_name": "Python 3",
101+
"name": "python3"
102+
},
103+
"language_info": {
104+
"name": "python"
105+
}
35106
},
36-
{
37-
"cell_type": "code",
38-
"execution_count": null,
39-
"metadata": {
40-
"cellView": "form",
41-
"id": "-7cQtXouqpQi"
42-
},
43-
"outputs": [],
44-
"source": [
45-
"# @title **Start Applio**\n",
46-
"%load_ext tensorboard\n",
47-
"%reload_ext tensorboard\n",
48-
"%tensorboard --logdir logs --bind_all\n",
49-
"\n",
50-
"!python $uyadwa --share"
51-
]
52-
},
53-
{
54-
"cell_type": "markdown",
55-
"metadata": {
56-
"id": "ymhGfgFSR17k"
57-
},
58-
"source": [
59-
"## **Credits**\n",
60-
"- Special thanks to [Hina](https://github.com/hinabl) 💗\n",
61-
"- [Blaise](https://github.com/blaise-tk) and [Applio Team](https://github.com/IAHispano)"
62-
]
63-
}
64-
],
65-
"metadata": {
66-
"accelerator": "GPU",
67-
"colab": {
68-
"gpuType": "T4",
69-
"provenance": []
70-
},
71-
"kernelspec": {
72-
"display_name": "Python 3",
73-
"name": "python3"
74-
},
75-
"language_info": {
76-
"name": "python"
77-
}
78-
},
79-
"nbformat": 4,
80-
"nbformat_minor": 0
81-
}
107+
"nbformat": 4,
108+
"nbformat_minor": 0
109+
}

0 commit comments

Comments
 (0)