Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -18,5 +18,5 @@ iface = gr.Interface(fn=clone,
|
|
18 |
inputs=[gr.Textbox(label='Text'),gr.Audio(type='filepath', label='Voice reference audio file')],
|
19 |
outputs=gr.Audio(type='filepath'),
|
20 |
title='Voice Clone',
|
21 |
-
theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate")
|
22 |
iface.launch()
|
|
|
18 |
inputs=[gr.Textbox(label='Text'),gr.Audio(type='filepath', label='Voice reference audio file')],
|
19 |
outputs=gr.Audio(type='filepath'),
|
20 |
title='Voice Clone',
|
21 |
+
theme = gr.themes.Base(primary_hue="teal",secondary_hue="teal",neutral_hue="slate"))
|
22 |
iface.launch()
|