Wismut commited on
Commit
4facda5
·
1 Parent(s): 74d3cf8

changed default sentence

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -383,7 +383,7 @@ def create_combined_interface():
383
  with gr.Column():
384
  text_input = gr.Textbox(
385
  label="Text to Synthesize",
386
- value="Did you know that you can just do stuff?",
387
  lines=3,
388
  )
389
  voice_dropdown = gr.Dropdown(
 
383
  with gr.Column():
384
  text_input = gr.Textbox(
385
  label="Text to Synthesize",
386
+ value="How much wood could a woodchuck chuck if a woodchuck could chuck wood?",
387
  lines=3,
388
  )
389
  voice_dropdown = gr.Dropdown(