adowu commited on
Commit
dd30828
·
verified ·
1 Parent(s): 7cfaafc

Update app.py

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