rcell commited on
Commit
3e6b7a9
Β·
1 Parent(s): fe5b963
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -89,6 +89,12 @@ def generate_from_clean(text):
89
  return "Success", (hps.data.sampling_rate, audio)
90
  app = gr.Blocks()
91
  with app:
 
 
 
 
 
 
92
  with gr.Tabs():
93
  with gr.TabItem("Basic"):
94
  tts_input1 = gr.TextArea(label="Text in Japanese (150 words limitation)", value="こんにけは。")
 
89
  return "Success", (hps.data.sampling_rate, audio)
90
  app = gr.Blocks()
91
  with app:
92
+ gr.Markdown("# ηŒ«ι›·θ―­ιŸ³εˆζˆdemo\n\n"
93
+ "ε¦‚ζžœζ•ˆζžœδΈε₯½ε―δ»₯θ―•θ―•ε€šθΏθ‘Œε‡ ζ¬‘οΌŒεŒδΈ€ε₯θ―ζ―ζ¬‘εˆζˆιƒ½ζœ‰δΈεŒηš„ε£°ιŸ³"
94
+ "代码参考 [https://github.com/CjangCjengh/MoeGoe]"
95
+ "[https://huggingface.co/spaces/skytnt/moe-japanese-tts)"
96
+
97
+ )
98
  with gr.Tabs():
99
  with gr.TabItem("Basic"):
100
  tts_input1 = gr.TextArea(label="Text in Japanese (150 words limitation)", value="こんにけは。")