tonyassi commited on
Commit
9135ca0
1 Parent(s): b91090f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/)