sleeper371 commited on
Commit
9d7ff03
·
1 Parent(s): 1896698
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -79,9 +79,7 @@ with gr.Blocks(
79
  gr.Markdown("### Text Input")
80
  text_input_block = gr.Textbox(
81
  lines=30,
82
- placeholder="""If your text includes multiple long sentences, select a voice prompt to have consistent speech.
83
- Put one sentence on one line.
84
- Do not use long sentence, split them out to multiple sentences with each less than 15 seconds worth of speech""",
85
  label="Text Prompts",
86
  )
87
  generate_btn = gr.Button("Generate", variant="primary")
 
79
  gr.Markdown("### Text Input")
80
  text_input_block = gr.Textbox(
81
  lines=30,
82
+ placeholder="""If your text includes multiple long sentences, select a voice prompt to have consistent speech. \nPut one sentence on one line.\nDo not use long sentence, split them out to multiple sentences with each less than 15 seconds worth of speech""",
 
 
83
  label="Text Prompts",
84
  )
85
  generate_btn = gr.Button("Generate", variant="primary")