seawolf2357 commited on
Commit
86c09bc
·
verified ·
1 Parent(s): 1e40067

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -211,8 +211,8 @@ def main():
211
 
212
 
213
  demo_play = gr.Interface(fn = tts,
214
- inputs = [gr.Textbox(max_lines=6, label="Input Text", value="I am Dasvader of Starwars. I am your Father. Be the change that you wish to see in the world", info="Up to 200 characters"),
215
- gr.Audio(type='filepath', value="./example/dasvader.wav"),
216
  gr.Slider(0,1,0.333),
217
  gr.Slider(0,1,0.333),
218
  gr.Slider(0,1,1.0),
 
211
 
212
 
213
  demo_play = gr.Interface(fn = tts,
214
+ inputs = [gr.Textbox(max_lines=6, label="Input Text", value="I am Taylor Swif. Be the change that you wish to see in the world", info="Up to 200 characters"),
215
+ gr.Audio(type='filepath', value="./example/TaylorSwift.wav"),
216
  gr.Slider(0,1,0.333),
217
  gr.Slider(0,1,0.333),
218
  gr.Slider(0,1,1.0),