Spaces:
Runtime error
Runtime error
aar2dee2
commited on
Commit
·
3a77037
1
Parent(s):
3643b21
fix gradio errors
Browse files- README.md +7 -1
- pre-requirements.txt +2 -0
README.md
CHANGED
@@ -4,13 +4,19 @@ emoji: 💣
|
|
4 |
colorFrom: indigo
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
-
sdk_version: 3.
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
|
|
|
|
|
|
|
|
|
|
|
|
|
14 |
## Creating a voice with [Resemble.ai](https://www.resemble.ai/)
|
15 |
|
16 |
### [API Reference for creating a voice](https://docs.app.resemble.ai/docs/resource_voice/create)
|
|
|
4 |
colorFrom: indigo
|
5 |
colorTo: yellow
|
6 |
sdk: gradio
|
7 |
+
sdk_version: 3.43.2
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
|
14 |
+
## Cloning a voice with Coqui AI
|
15 |
+
|
16 |
+
1. Create an account on Coqui and get an api key from [account settings](https://app.coqui.ai/account).
|
17 |
+
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.
|
18 |
+
3. [Create a sample of the cloned voice]()
|
19 |
+
|
20 |
## Creating a voice with [Resemble.ai](https://www.resemble.ai/)
|
21 |
|
22 |
### [API Reference for creating a voice](https://docs.app.resemble.ai/docs/resource_voice/create)
|
pre-requirements.txt
ADDED
@@ -0,0 +1,2 @@
|
|
|
|
|
|
|
1 |
+
pip>=23.2
|
2 |
+
gradio_client==0.5.0
|