Update app.py
Browse files
app.py
CHANGED
@@ -310,9 +310,9 @@ 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
|
316 |
output = gr.Audio(label="Output Audio")
|
317 |
om = gr.Textbox(label="Output Message")
|
318 |
clean_button.click(
|
|
|
310 |
choices=["ja"],
|
311 |
value="ja"
|
312 |
)
|
313 |
+
clean_button = gr.Button("Clean Text ", variant="primary")
|
314 |
inference_button = gr.Button("Generate", variant="primary")
|
315 |
+
cleaned_text = gr.Textbox(label="Cleaned Phone ( Split by ' ')")
|
316 |
output = gr.Audio(label="Output Audio")
|
317 |
om = gr.Textbox(label="Output Message")
|
318 |
clean_button.click(
|