Spaces:
Runtime error
Runtime error
File size: 707 Bytes
254ea54 838a92b 254ea54 3a77037 254ea54 1dce6f4 3a77037 7aad239 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 |
---
title: Chatty Vader
emoji: 💣
colorFrom: indigo
colorTo: yellow
sdk: gradio
sdk_version: 3.43.2
app_file: app.py
pinned: false
---
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
## Cloning a voice with Coqui AI
1. Create an account on Coqui and get an api key from [account settings](https://app.coqui.ai/account).
2. [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.
3. [Create a sample of the cloned voice](https://docs.coqui.ai/reference/samples_create)
4. Store the sample and save the `voice_id` in your env variables as `COQUI_VOICE_ID`.
|