aar2dee2/chatty_vader
0
1---2title: Chatty Vader3emoji: 💣4colorFrom: indigo5colorTo: yellow6sdk: gradio7sdk_version: 3.43.28app_file: app.py9pinned: false10---11 12Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference13 14## Cloning a voice with Coqui AI15 161. Create an account on Coqui and get an api key from [account settings](https://app.coqui.ai/account).172. [Clone a voice](https://docs.coqui.ai/reference/voices_clone_from_file_create) using a recording of length between 3 and 5 seconds. I used a `.wav` file.183. [Create a sample of the cloned voice](https://docs.coqui.ai/reference/samples_create)194. Store the sample and save the `voice_id` in your env variables as `COQUI_VOICE_ID`.20 