Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,7 @@ def clone(text, audio):
|
|
| 16 |
|
| 17 |
iface = gr.Interface(fn=clone,
|
| 18 |
inputs=["text",gr.Audio(type='filepath')],
|
| 19 |
-
outputs=gr.Audio(type='filepath'),
|
| 20 |
title='Voice Clone',
|
| 21 |
description="""
|
| 22 |
by [Tony Assi](https://www.tonyassi.com/)
|
|
|
|
| 16 |
|
| 17 |
iface = gr.Interface(fn=clone,
|
| 18 |
inputs=["text",gr.Audio(type='filepath')],
|
| 19 |
+
outputs=gr.Audio(type='filepath', label='Voice reference audio file'),
|
| 20 |
title='Voice Clone',
|
| 21 |
description="""
|
| 22 |
by [Tony Assi](https://www.tonyassi.com/)
|