rahul7star commited on
Commit
f8c5da7
·
verified ·
1 Parent(s): a36d47b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -252,7 +252,7 @@ with gr.Blocks() as demo:
252
  gr.Markdown(get_supported_languages_display())
253
  with gr.Row():
254
  with gr.Column():
255
- initial_lang = "fr"
256
  text = gr.Textbox(
257
  value=default_text_for_ui(initial_lang),
258
  label="Text to synthesize (max chars 300)",
 
252
  gr.Markdown(get_supported_languages_display())
253
  with gr.Row():
254
  with gr.Column():
255
+ initial_lang = "hi"
256
  text = gr.Textbox(
257
  value=default_text_for_ui(initial_lang),
258
  label="Text to synthesize (max chars 300)",