You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
textbox=gradio.Textbox(lines=7, label='Input', placeholder='Text to speak goes here', **quick_kwargs)
79
+
textbox=gradio.Textbox(lines=7, label='Input', placeholder='Text to speak goes here', info='Use enter to split long generations, keep the audio a bit long. (Automatic optimal splitting will be added soon.)', **quick_kwargs)
80
80
gen_prefix=gradio.Textbox(label='Generation prefix', info='Add this text before every generated chunk, better for keeping emotions.', **quick_kwargs)
81
81
audio_upload=gradio.File(label='Words to speak', file_types=['audio'], **quick_kwargs)
0 commit comments