Spaces:
Running
Running
update md
Browse files
app.py
CHANGED
@@ -89,12 +89,6 @@ def generate_from_clean(text):
|
|
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="γγγ«γ‘γ―γ")
|
|
|
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="γγγ«γ‘γ―γ")
|