Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
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="
|
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"),
|