Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -97,7 +97,7 @@ if __name__ == '__main__':
|
|
97 |
with gr.Tabs():
|
98 |
with gr.TabItem("TTS"):
|
99 |
with gr.Column():
|
100 |
-
tts_input1 = gr.TextArea(label="Text (150 words limitation)", value="
|
101 |
tts_submit = gr.Button("Generate", variant="primary")
|
102 |
tts_output1 = gr.Textbox(label="Output Message")
|
103 |
tts_output2 = gr.Audio(label="Output Audio")
|
|
|
97 |
with gr.Tabs():
|
98 |
with gr.TabItem("TTS"):
|
99 |
with gr.Column():
|
100 |
+
tts_input1 = gr.TextArea(label="Text (150 words limitation)", value="do?komiteruno??ko chidayo~!")
|
101 |
tts_submit = gr.Button("Generate", variant="primary")
|
102 |
tts_output1 = gr.Textbox(label="Output Message")
|
103 |
tts_output2 = gr.Audio(label="Output Audio")
|