Spaces:
Sleeping
Sleeping
Akito-UzukiP
commited on
Commit
•
cee3b6e
1
Parent(s):
ac835ca
add md
Browse files
app.py
CHANGED
@@ -194,10 +194,6 @@ if __name__ == "__main__":
|
|
194 |
speakers = list(speaker_ids.keys())
|
195 |
languages = ["ZH", "JP"]
|
196 |
with gr.Blocks() as app:
|
197 |
-
# gr.Markdown("# 赛马娘 Bert-VITS2 语音合成\n"
|
198 |
-
# "Project page:[GitHub](https://github.com/fishaudio/Bert-VITS2)\n"
|
199 |
-
# "- 本项目在日语方面有所欠缺,特别是音调的设计上,需要帮助。\n"
|
200 |
-
# "- このプロジェクトは、日本語の方面で不足しています。特に、音調の設計に関して助けが欲しいです。")
|
201 |
with gr.Row():
|
202 |
with gr.Column():
|
203 |
text = gr.TextArea(
|
@@ -227,6 +223,10 @@ if __name__ == "__main__":
|
|
227 |
with gr.Column():
|
228 |
text_output = gr.Textbox(label="Message")
|
229 |
audio_output = gr.Audio(label="Output Audio")
|
|
|
|
|
|
|
|
|
230 |
|
231 |
btn.click(
|
232 |
tts_fn,
|
|
|
194 |
speakers = list(speaker_ids.keys())
|
195 |
languages = ["ZH", "JP"]
|
196 |
with gr.Blocks() as app:
|
|
|
|
|
|
|
|
|
197 |
with gr.Row():
|
198 |
with gr.Column():
|
199 |
text = gr.TextArea(
|
|
|
223 |
with gr.Column():
|
224 |
text_output = gr.Textbox(label="Message")
|
225 |
audio_output = gr.Audio(label="Output Audio")
|
226 |
+
gr.Markdown("# 赛马娘 Bert-VITS2 语音合成\n"
|
227 |
+
"Project page:[GitHub](https://github.com/fishaudio/Bert-VITS2)\n"
|
228 |
+
"- 本项目在日语方面有所欠缺,特别是音调的设计上,需要帮助。\n"
|
229 |
+
"- このプロジェクトは、日本語の方面で不足しています。特に、音調の設計に関して助けが欲しいです。")
|
230 |
|
231 |
btn.click(
|
232 |
tts_fn,
|