Skip to content

Commit

Permalink
使用 Colab 创建而成
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWang676 committed Aug 8, 2024
1 parent d7f02f1 commit bd06ec7
Showing 1 changed file with 60 additions and 0 deletions.
60 changes: 60 additions & 0 deletions GPT_SoVITS_v2_0808.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"nbformat": 4,
"nbformat_minor": 0,
"metadata": {
"colab": {
"provenance": [],
"gpuType": "T4",
"authorship_tag": "ABX9TyO531NXQShaXsY3XetvGsHy",
"include_colab_link": true
},
"kernelspec": {
"name": "python3",
"display_name": "Python 3"
},
"language_info": {
"name": "python"
},
"accelerator": "GPU"
},
"cells": [
{
"cell_type": "markdown",
"metadata": {
"id": "view-in-github",
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/KevinWang676/Bark-Voice-Cloning/blob/main/GPT_SoVITS_v2_0808.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "code",
"source": [
"#@title 一键运行第二代 GPT-SoVITS\n",
"!git clone https://huggingface.co/spaces/kevinwang676/GPT-SoVITS-v2.git\n",
"%cd GPT-SoVITS-v2\n",
"!pip install --disable-pip-version-check -r requirements.txt\n",
"!sudo apt install ffmpeg\n",
"!sudo apt install libsox-dev\n",
"import nltk\n",
"nltk.download(\"all\")\n",
"!python webui.py"
],
"metadata": {
"id": "H5ARCxqizYra"
},
"execution_count": null,
"outputs": []
},
{
"cell_type": "code",
"source": [],
"metadata": {
"id": "vmWq1_VbXGBT"
},
"execution_count": null,
"outputs": []
}
]
}

0 comments on commit bd06ec7

Please sign in to comment.