Skip to content

Commit

Permalink
Colaboratory を使用して作成しました
Browse files Browse the repository at this point in the history
  • Loading branch information
w-okada committed Aug 26, 2023
1 parent 71e91be commit d9c659d
Showing 1 changed file with 21 additions and 4 deletions.
25 changes: 21 additions & 4 deletions VoiceChangerDemo_Simple.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"metadata": {
"colab": {
"provenance": [],
"authorship_tag": "ABX9TyNVa3l0Z1DnQzD9WKC/6oWG",
"authorship_tag": "ABX9TyPxc46bC1GMDee02W4h1fR8",
"include_colab_link": true
},
"kernelspec": {
Expand All @@ -25,9 +25,26 @@
"colab_type": "text"
},
"source": [
"<a href=\"https://colab.research.google.com/github/w-okada/voice-changer/blob/dev/VoiceChangerDemo_Simple.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
"<a href=\"https://colab.research.google.com/github/w-okada/voice-changer/blob/master/VoiceChangerDemo_Simple.ipynb\" target=\"_parent\"><img src=\"https://colab.research.google.com/assets/colab-badge.svg\" alt=\"Open In Colab\"/></a>"
]
},
{
"cell_type": "markdown",
"source": [
"# このノートブックは管理されていません。\n",
"# VCClientをColabで使用する場合は、次のノートブックをご使用ください。\n",
"\n",
"# This notebook is not being managed.\n",
"# If you're using VCClient in Colab, please use the following notebook.\n",
"\n",
"https://github.com/w-okada/voice-changer/blob/master/Realtime_Voice_Changer_on_Colab.ipynb\n",
"\n",
"\n"
],
"metadata": {
"id": "gWeB56-tyGJK"
}
},
{
"cell_type": "markdown",
"source": [
Expand Down Expand Up @@ -212,7 +229,7 @@
"\n",
"サーバを起動します。(4-1)\n",
"\n",
"サーバの起動状況を確認します。(4-2) \n",
"サーバの起動状況を確認します。(4-2)\n",
"\n",
"このセルは繰り返し実行することになるのでCtrl+Retでセルを実行してください。\n",
"\n",
Expand All @@ -222,7 +239,7 @@
"\n",
"```\n",
" Voice Changerを起動しています。\n",
" -- 設定 -- \n",
" -- 設定 --\n",
" CONFIG:None, MODEL:None ONNX_MODEL:None\n",
"```\n",
"\n"
Expand Down

0 comments on commit d9c659d

Please sign in to comment.