awais7777 commited on
Commit
269fa9d
·
verified ·
1 Parent(s): b20143c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -172,7 +172,7 @@ with gr.Blocks() as demo:
172
  ref_upload = gr.File(label='Upload reference WAV (3-10 sec preferred)')
173
  xtts_dir = gr.Textbox(label='XTTS local model dir (optional)', placeholder='./models/xtts_v2/')
174
  text_input = gr.Textbox(label='Text to synthesize', lines=10, placeholder='Type the text you want spoken...')
175
- run_btn = gr.Button('Generate')
176
  with gr.Column(scale=1):
177
  out_file = gr.File(label='Generated WAV (download)')
178
  status = gr.Textbox(label='Status', interactive=False)
 
172
  ref_upload = gr.File(label='Upload reference WAV (3-10 sec preferred)')
173
  xtts_dir = gr.Textbox(label='XTTS local model dir (optional)', placeholder='./models/xtts_v2/')
174
  text_input = gr.Textbox(label='Text to synthesize', lines=10, placeholder='Type the text you want spoken...')
175
+ run_btn = gr.Button('Generate Voice Now')
176
  with gr.Column(scale=1):
177
  out_file = gr.File(label='Generated WAV (download)')
178
  status = gr.Textbox(label='Status', interactive=False)