Flux9665 commited on
Commit
49dc9ae
·
verified ·
1 Parent(s): a9ff519

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ class TTSWebUI:
13
  self.iface = gr.Interface(fn=self.read,
14
  inputs=[gr.Textbox(lines=2,
15
  placeholder="write what you want the synthesis to read here...",
16
- value="The woods are lovely, dark and deep, but I have promises to keep, and miles to go, before I sleep.",
17
  label="Text input"),
18
  gr.Audio(type="filepath", show_label=True, container=True, label="Voice to Clone (if left empty, will use an artificial voice instead)"),
19
  gr.Slider(minimum=0.0, maximum=0.8, step=0.1, value=0.4, label="Prosody Creativity"),
 
13
  self.iface = gr.Interface(fn=self.read,
14
  inputs=[gr.Textbox(lines=2,
15
  placeholder="write what you want the synthesis to read here...",
16
+ value="What I cannot create, I do not understand.",
17
  label="Text input"),
18
  gr.Audio(type="filepath", show_label=True, container=True, label="Voice to Clone (if left empty, will use an artificial voice instead)"),
19
  gr.Slider(minimum=0.0, maximum=0.8, step=0.1, value=0.4, label="Prosody Creativity"),