Spaces:
Running
Running
File size: 1,162 Bytes
6d89762 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 |
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": [],
"gpuType": "T4"
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
},
"accelerator": "GPU"
},
"cells": [
{
"cell_type": "code",
"source": [
"%cd /content/\n",
"!git clone https://github.com/NeuralFalconYT/Kokoro-82M-WebUI.git\n",
"!apt-get -qq -y install espeak-ng > /dev/null 2>&1\n",
"%cd /content/Kokoro-82M-WebUI\n",
"!python download_model.py\n",
"!pip install -r requirements.txt\n",
"from IPython.display import clear_output\n",
"clear_output()"
],
"metadata": {
"id": "stDJD3G4KJwP"
},
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"source": [
"%cd /content/Kokoro-82M-WebUI\n",
"!python app.py --share\n",
"# !python srt_dubbing.py --share"
],
"metadata": {
"id": "XSQ2ShKtC1u9"
},
"execution_count": null,
"outputs": []
}
]
} |