Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -19,11 +19,7 @@ iface = gr.Interface(fn=clone,
|
|
19 |
outputs=gr.Audio(type='filepath'),
|
20 |
title='Voice Clone',
|
21 |
description="""
|
22 |
-
|
23 |
-
|
24 |
-
This space uses xtts_v2 model. Non-commercial use only. [Coqui Public Model License](https://coqui.ai/cpml)
|
25 |
-
|
26 |
-
Please ❤️ this Space. <a href="mailto: [email protected]">Email me</a>.
|
27 |
""",
|
28 |
theme = gr.themes.Dark(),
|
29 |
# examples=[["Hey! It's me Dorthy, from the Wizard of Oz. Type in whatever you'd like me to say.","./audio/Wizard-of-Oz-Dorthy.wav"],
|
|
|
19 |
outputs=gr.Audio(type='filepath'),
|
20 |
title='Voice Clone',
|
21 |
description="""
|
22 |
+
CoolAI
|
|
|
|
|
|
|
|
|
23 |
""",
|
24 |
theme = gr.themes.Dark(),
|
25 |
# examples=[["Hey! It's me Dorthy, from the Wizard of Oz. Type in whatever you'd like me to say.","./audio/Wizard-of-Oz-Dorthy.wav"],
|