Skip to content

Commit 65f9a27

Browse files
committed
Description for text input to explain splitting. #39
1 parent 48642d5 commit 65f9a27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webui/modules/implementations/ttsmodels.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def update_voices():
7676
return gradio.update(choices=self.get_voices())
7777

7878
input_type = gradio.Radio(['Text', 'Audio'], label='Input type', value='Text', **quick_kwargs)
79-
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)
8080
gen_prefix = gradio.Textbox(label='Generation prefix', info='Add this text before every generated chunk, better for keeping emotions.', **quick_kwargs)
8181
audio_upload = gradio.File(label='Words to speak', file_types=['audio'], **quick_kwargs)
8282
audio_upload.hide = True

0 commit comments

Comments
 (0)