Flux9665 commited on
Commit
9ad08b6
·
verified ·
1 Parent(s): aed09b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -120,7 +120,7 @@ def read(prompt,
120
  iface = gr.Interface(fn=read,
121
  inputs=[gr.Textbox(lines=2,
122
  placeholder="write what you want the synthesis to read here...",
123
- value="The woods are lovely, dark and deep, but I have promises to keep, and miles to go, before I sleep.",
124
  label="Text input"),
125
  gr.Dropdown(text_selection,
126
  type="value",
 
120
  iface = gr.Interface(fn=read,
121
  inputs=[gr.Textbox(lines=2,
122
  placeholder="write what you want the synthesis to read here...",
123
+ value="What I cannot create, I do not understand.",
124
  label="Text input"),
125
  gr.Dropdown(text_selection,
126
  type="value",