antoniomae commited on
Commit
0982641
1 Parent(s): 8f1fd98

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ 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(['ko', 'en'pt'], label="Language")],
28
  outputs=gr.Audio(type="filepath"),
29
  title="antoniomae Voice Clone")
30
 
 
24
  return "output.wav"
25
 
26
  iface = gr.Interface(fn=voice_clone,
27
+ inputs=["text", gr.Audio(type="filepath"), gr.Radio(['ko', 'pt'], label="Language")],
28
  outputs=gr.Audio(type="filepath"),
29
  title="antoniomae Voice Clone")
30