Spaces:
Runtime error
Runtime error
Commit
·
f0bfb58
1
Parent(s):
581624f
Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ from transformers import (
|
|
19 |
#Coqui V1 api render voice, you can also use XTTS
|
20 |
#COQUI_URL="https://app.coqui.ai/api/v2/samples"
|
21 |
COQUI_URL="https://app.coqui.ai/api/v2/samples/multilingual/render/"
|
22 |
-
COQUI_URL_EN
|
23 |
### Warning each sample will consume your credits
|
24 |
COQUI_TOKEN=os.environ.get("COQUI_TOKEN")
|
25 |
|
|
|
19 |
#Coqui V1 api render voice, you can also use XTTS
|
20 |
#COQUI_URL="https://app.coqui.ai/api/v2/samples"
|
21 |
COQUI_URL="https://app.coqui.ai/api/v2/samples/multilingual/render/"
|
22 |
+
COQUI_URL_EN="https://app.coqui.ai/api/v2/samples/xtts/render/"
|
23 |
### Warning each sample will consume your credits
|
24 |
COQUI_TOKEN=os.environ.get("COQUI_TOKEN")
|
25 |
|