kdrkdrkdr commited on
Commit
d435544
1 Parent(s): 54e3999

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -114,7 +114,7 @@ if __name__ == '__main__':
114
  with gr.Column():
115
  gr.Markdown(f"## {name}\n\n"
116
  f"![cover](file/{cover_path})\n\n"
117
- f"언어(language/言葉): {lang}")
118
  tts_input1 = gr.TextArea(label="Text (100 words limitation)", value=example,
119
  elem_id=f"tts-input{i}")
120
  tts_input2 = gr.Dropdown(label="Speaker", choices=speakers,
 
114
  with gr.Column():
115
  gr.Markdown(f"## {name}\n\n"
116
  f"![cover](file/{cover_path})\n\n"
117
+ f"언어(language/言語): {lang}")
118
  tts_input1 = gr.TextArea(label="Text (100 words limitation)", value=example,
119
  elem_id=f"tts-input{i}")
120
  tts_input2 = gr.Dropdown(label="Speaker", choices=speakers,