Update app.py
Browse files
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
|
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,
|