Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -20,8 +20,10 @@ iface = gr.Interface(fn=clone,
|
|
20 |
title='Voice Clone',
|
21 |
description="""
|
22 |
by [Tony Assi](https://www.tonyassi.com/)
|
|
|
|
|
23 |
|
24 |
-
Please ❤️ this Space.
|
25 |
""",
|
26 |
theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"),
|
27 |
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"],
|
|
|
20 |
title='Voice Clone',
|
21 |
description="""
|
22 |
by [Tony Assi](https://www.tonyassi.com/)
|
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: tony.assi.media@gmail.com">Email me</a>.
|
27 |
""",
|
28 |
theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"),
|
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"],
|