haydenbanz commited on
Commit
6072bab
1 Parent(s): d0ff20c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,8 +24,8 @@ def voice_clone(text: str, speaker_wav: str, language: str):
24
  return "output.wav"
25
 
26
  iface = gr.Interface(fn=voice_clone,
27
- inputs=["text", gr.Audio(type="filepath"), gr.Radio(['es', 'hi', 'fr', 'ko', 'en'], label="Select Language"),
28
  outputs=gr.Audio(type="filepath"),
29
- title="IMCapusle Voice Clone")
30
 
31
  iface.launch()
 
24
  return "output.wav"
25
 
26
  iface = gr.Interface(fn=voice_clone,
27
+ inputs=["text", gr.Audio(type="filepath"), gr.Radio(['ko', 'en'], label="Language")],
28
  outputs=gr.Audio(type="filepath"),
29
+ title="Speechstylis AI")
30
 
31
  iface.launch()