Update app.py
Browse files
app.py
CHANGED
@@ -310,7 +310,7 @@ with gr.Blocks() as app:
|
|
310 |
choices=["ja"],
|
311 |
value="ja"
|
312 |
)
|
313 |
-
clean_button = gr.Button("
|
314 |
inference_button = gr.Button("Generate", variant="primary")
|
315 |
cleaned_text = gr.Textbox(label="Cleaned Text")
|
316 |
output = gr.Audio(label="Output Audio")
|
|
|
310 |
choices=["ja"],
|
311 |
value="ja"
|
312 |
)
|
313 |
+
clean_button = gr.Button("Cleaned Phone ( Split by ' ') ", variant="primary")
|
314 |
inference_button = gr.Button("Generate", variant="primary")
|
315 |
cleaned_text = gr.Textbox(label="Cleaned Text")
|
316 |
output = gr.Audio(label="Output Audio")
|