-
-
Notifications
You must be signed in to change notification settings - Fork 326
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Merge pull request #192 from IAHispano/formatter-main
chore(format): run black on main
Showing
4 changed files
with
98 additions
and
89 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,84 +1,85 @@ | ||
{ | ||
"cells": [ | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": { | ||
"cellView": "form", | ||
"id": "vtON700qokuQ" | ||
}, | ||
"outputs": [], | ||
"source": [ | ||
"# @title **Install Applio**\n", | ||
"\n", | ||
"import codecs\n", | ||
"import time\n", | ||
"\n", | ||
"orig_name_of_program = codecs.decode(\"Nccyvb\", \"rot_13\")\n", | ||
"new_name_of_program = codecs.decode(\"cebtenz\", \"rot_13\")\n", | ||
"uioawhd = codecs.decode(\"uggcf://tvguho.pbz/VNUvfcnab/Nccyvb.tvg\", \"rot_13\")\n", | ||
"uyadwa = codecs.decode(\"ncc.cl\", \"rot_13\")\n", | ||
"\n", | ||
"from IPython.display import clear_output, Javascript\n", | ||
"\n", | ||
"!git clone --depth 1 $uioawhd\n", | ||
"!mv $orig_name_of_program $new_name_of_program\n", | ||
"%cd $new_name_of_program/\n", | ||
"\n", | ||
"clear_output()\n", | ||
"file_path = \"requirements.txt\"\n", | ||
"!pip install -r \"requirements.txt\" --quiet\n", | ||
"\n", | ||
"clear_output()\n", | ||
"print(\"Finished installing requirements!\")" | ||
] | ||
}, | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": { | ||
"cellView": "form", | ||
"id": "-7cQtXouqpQi" | ||
}, | ||
"outputs": [], | ||
"source": [ | ||
"# @title **Start Applio**\n", | ||
"import codecs\n", | ||
"uyadwa = codecs.decode(\"ncc.cl\", \"rot_13\")\n", | ||
"\n", | ||
"%load_ext tensorboard\n", | ||
"%reload_ext tensorboard\n", | ||
"%tensorboard --logdir logs --bind_all\n", | ||
"\n", | ||
"!python $uyadwa --share" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": { | ||
"id": "ymhGfgFSR17k" | ||
}, | ||
"source": [ | ||
"## **Credits**\n", | ||
"- Special thanks to [Hina](https://github.com/hinabl) 💗\n", | ||
"- [Blaise](https://github.com/blaise-tk) and [Applio Team](https://github.com/IAHispano)" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"accelerator": "GPU", | ||
"colab": { | ||
"gpuType": "T4", | ||
"provenance": [] | ||
}, | ||
"kernelspec": { | ||
"display_name": "Python 3", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"name": "python" | ||
} | ||
"cells": [ | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": { | ||
"cellView": "form", | ||
"id": "vtON700qokuQ" | ||
}, | ||
"outputs": [], | ||
"source": [ | ||
"# @title **Install Applio**\n", | ||
"\n", | ||
"import codecs\n", | ||
"import time\n", | ||
"\n", | ||
"orig_name_of_program = codecs.decode(\"Nccyvb\", \"rot_13\")\n", | ||
"new_name_of_program = codecs.decode(\"cebtenz\", \"rot_13\")\n", | ||
"uioawhd = codecs.decode(\"uggcf://tvguho.pbz/VNUvfcnab/Nccyvb.tvg\", \"rot_13\")\n", | ||
"uyadwa = codecs.decode(\"ncc.cl\", \"rot_13\")\n", | ||
"\n", | ||
"from IPython.display import clear_output, Javascript\n", | ||
"\n", | ||
"!git clone --depth 1 $uioawhd\n", | ||
"!mv $orig_name_of_program $new_name_of_program\n", | ||
"%cd $new_name_of_program/\n", | ||
"\n", | ||
"clear_output()\n", | ||
"file_path = \"requirements.txt\"\n", | ||
"!pip install -r \"requirements.txt\" --quiet\n", | ||
"\n", | ||
"clear_output()\n", | ||
"print(\"Finished installing requirements!\")" | ||
] | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 0 | ||
{ | ||
"cell_type": "code", | ||
"execution_count": null, | ||
"metadata": { | ||
"cellView": "form", | ||
"id": "-7cQtXouqpQi" | ||
}, | ||
"outputs": [], | ||
"source": [ | ||
"# @title **Start Applio**\n", | ||
"import codecs\n", | ||
"\n", | ||
"uyadwa = codecs.decode(\"ncc.cl\", \"rot_13\")\n", | ||
"\n", | ||
"%load_ext tensorboard\n", | ||
"%reload_ext tensorboard\n", | ||
"%tensorboard --logdir logs --bind_all\n", | ||
"\n", | ||
"!python $uyadwa --share" | ||
] | ||
}, | ||
{ | ||
"cell_type": "markdown", | ||
"metadata": { | ||
"id": "ymhGfgFSR17k" | ||
}, | ||
"source": [ | ||
"## **Credits**\n", | ||
"- Special thanks to [Hina](https://github.com/hinabl) 💗\n", | ||
"- [Blaise](https://github.com/blaise-tk) and [Applio Team](https://github.com/IAHispano)" | ||
] | ||
} | ||
], | ||
"metadata": { | ||
"accelerator": "GPU", | ||
"colab": { | ||
"gpuType": "T4", | ||
"provenance": [] | ||
}, | ||
"kernelspec": { | ||
"display_name": "Python 3", | ||
"name": "python3" | ||
}, | ||
"language_info": { | ||
"name": "python" | ||
} | ||
}, | ||
"nbformat": 4, | ||
"nbformat_minor": 0 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters