Update app.py
Browse files
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!")
|