Lycoris53 commited on
Commit
b7711d8
·
1 Parent(s): 4e41536

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -55,7 +55,7 @@ with app:
55
  with gr.Column():
56
  textbox = gr.TextArea(label="Text",
57
  placeholder="Type your sentence here (Maximum 150 words)",
58
- value="おはようございます。何が御用でしょうか?")
59
  with gr.Column():
60
  audio_output = gr.Audio(label="Output Audio")
61
  btn = gr.Button("Generate Voice!")
 
55
  with gr.Column():
56
  textbox = gr.TextArea(label="Text",
57
  placeholder="Type your sentence here (Maximum 150 words)",
58
+ value="おはようございます。")
59
  with gr.Column():
60
  audio_output = gr.Audio(label="Output Audio")
61
  btn = gr.Button("Generate Voice!")