flavioschneider commited on
Commit
e3278fd
·
1 Parent(s): 4306d26

feat: change default text

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -57,7 +57,7 @@ with gr.Blocks() as block:
57
  input_text = gr.Textbox(
58
  label="Input Text (250 characters max)",
59
  lines=2,
60
- value="Hahaha OHH MY GOD! This is SOOO funny, I-I am Eleven and-and I am a text to speech system!!",
61
  elem_id="input_text"
62
  )
63
 
 
57
  input_text = gr.Textbox(
58
  label="Input Text (250 characters max)",
59
  lines=2,
60
+ value="Hahaha OHH MY GOD! This is SOOO funny, I-I am Eleven a text-to-speech system!",
61
  elem_id="input_text"
62
  )
63