Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -19,9 +19,9 @@ iface = gr.Interface(fn=clone,
|
|
19 |
outputs=gr.Audio(type='filepath'),
|
20 |
title='Voice Clone',
|
21 |
description="""
|
22 |
-
|
23 |
|
24 |
-
|
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"],
|
|
|
19 |
outputs=gr.Audio(type='filepath'),
|
20 |
title='Voice Clone',
|
21 |
description="""
|
22 |
+
Hepbilen.com
|
23 |
|
24 |
+
Ücretsiz ve Sınırsız Ses Klon Yapay Zeka Modeli
|
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"],
|