Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -19,11 +19,10 @@ iface = gr.Interface(fn=clone,
|
|
19 |
outputs=gr.Audio(type='filepath'),
|
20 |
title='Voice Clone',
|
21 |
description="""
|
22 |
-
by
|
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"],
|
|
|
19 |
outputs=gr.Audio(type='filepath'),
|
20 |
title='Voice Clone',
|
21 |
description="""
|
22 |
+
by ZEN AI Co. https://zenai.biz
|
23 |
|
24 |
This space uses xtts_v2 model. Non-commercial use only. [Coqui Public Model License](https://coqui.ai/cpml)
|
25 |
|
|
|
26 |
""",
|
27 |
theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"),
|
28 |
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"],
|