Kikirilkov commited on
Commit
1ab12fd
1 Parent(s): 34381c6

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=[gr.Textbox(lines=2, placeholder="Enter the text. 500 characters maximum.", label="Text"),
28
  gr.Audio(type="filepath", label="Upload audio file"),
29
  gr.Radio(['ru', 'en', 'zh-cn', 'ja', 'de', 'fr', 'it', 'pt', 'pl', 'tr', 'ko', 'nl', 'cs', 'ar', 'es', 'hu'], label="Language")],
30
  outputs=gr.Audio(type="filepath", label="Generated audio file"),
 
24
  return "output.wav"
25
 
26
  iface = gr.Interface(fn=voice_clone,
27
+ inputs=[gr.Textbox(lines=2, placeholder="Enter the text. 300 characters are recommended.", label="Text"),
28
  gr.Audio(type="filepath", label="Upload audio file"),
29
  gr.Radio(['ru', 'en', 'zh-cn', 'ja', 'de', 'fr', 'it', 'pt', 'pl', 'tr', 'ko', 'nl', 'cs', 'ar', 'es', 'hu'], label="Language")],
30
  outputs=gr.Audio(type="filepath", label="Generated audio file"),