Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -74,4 +74,11 @@ iface = gr.Interface(
|
|
74 |
inputs=["text", gr.File(label="Input File", file_types=[".zip", *AUDIO_FORMATS]), gr.Dropdown(choices=LANGUAGES, label="Language"), gr.inputs.Textbox(label="URL", lines=1)],
|
75 |
outputs=gr.Audio(type='filepath'),
|
76 |
title='Voice Clone',
|
77 |
-
description="""
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
74 |
inputs=["text", gr.File(label="Input File", file_types=[".zip", *AUDIO_FORMATS]), gr.Dropdown(choices=LANGUAGES, label="Language"), gr.inputs.Textbox(label="URL", lines=1)],
|
75 |
outputs=gr.Audio(type='filepath'),
|
76 |
title='Voice Clone',
|
77 |
+
description="""
|
78 |
+
by [Angetyde](https://youtube.com/@Angetyde) and [Tony Assi](https://www.tonyassi.com/)
|
79 |
+
use this colab with caution <3.
|
80 |
+
""",
|
81 |
+
theme=gr.themes.Base(primary_hue="teal", secondary_hue="teal", neutral_hue="slate")
|
82 |
+
)
|
83 |
+
|
84 |
+
iface.launch(share=True)
|