mirror of
https://github.com/pstrueb/piper.git
synced 2026-05-06 05:38:01 +00:00
Reset settings.
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"colab": {
|
||||
"provenance": [],
|
||||
"gpuType": "T4",
|
||||
"authorship_tag": "ABX9TyNKVcsLxVm78BeU3TIFeDMa",
|
||||
"authorship_tag": "ABX9TyPTkHczM29ex1Qfz9lClMsp",
|
||||
"include_colab_link": true
|
||||
},
|
||||
"kernelspec": {
|
||||
@@ -71,14 +71,14 @@
|
||||
"from google.colab import output\n",
|
||||
"#@markdown #### Download:\n",
|
||||
"#@markdown **Google Drive model ID:**\n",
|
||||
"model_id = \"1LQ8CY8stAhk6aK2HbDxNOvff8vT0q7Jr+\" #@param {type:\"string\"}\n",
|
||||
"model_id = \"\" #@param {type:\"string\"}\n",
|
||||
"#@markdown **Config.json Google Drive ID**\n",
|
||||
"config_id = \"1-7qJ-Aw8OmqKgxxG8o_onU_Rwn0xfIOj\" #@param {type:\"string\"}\n",
|
||||
"config_id = \"\" #@param {type:\"string\"}\n",
|
||||
"#@markdown ---\n",
|
||||
"\n",
|
||||
"#@markdown #### Creation process:\n",
|
||||
"language = \"es\" #@param [\"en-us\", \"es\", \"fr\"]\n",
|
||||
"voice_name = \"Dabe\" #@param {type:\"string\"}\n",
|
||||
"language = \"en-us\" #@param [\"en-us\", \"es\", \"fr\"]\n",
|
||||
"voice_name = \"myvoice\" #@param {type:\"string\"}\n",
|
||||
"voice_name = voice_name.lower()\n",
|
||||
"quality = \"medium\" #@param [\"high\", \"low\", \"medium\", \"x-low\"]\n",
|
||||
"export_voice_name = f\"{language}-{voice_name}-{quality}\"\n",
|
||||
|
||||
Reference in New Issue
Block a user