AkitoP commited on
Commit
705976c
·
verified ·
1 Parent(s): 267e1f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -310,7 +310,7 @@ with gr.Blocks() as app:
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 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")