Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -120,6 +120,16 @@ if __name__ == "__main__":
|
|
120 |
|
121 |
with gr.Blocks(theme=theme) as app:
|
122 |
with gr.Column():
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
with gr.Column():
|
124 |
|
125 |
gr.Markdown('''
|
|
|
120 |
|
121 |
with gr.Blocks(theme=theme) as app:
|
122 |
with gr.Column():
|
123 |
+
gr.HTML('''<br><br>
|
124 |
+
<p style="margin-bottom: 10px; font-size: 110%">
|
125 |
+
本空间仅支持中文生成<br>
|
126 |
+
Currently, this space only supports Chinese generation.
|
127 |
+
現在、このスペースは中国語の生成のみをサポートしています。
|
128 |
+
Use <b>English</b> to generate, please go to this <a href="https://huggingface.co/spaces/Ailyth/Multi-voice-TTS-GPT-SoVITS" target="_blank">SPACE</a>
|
129 |
+
</p>
|
130 |
+
<p style="margin-bottom: 10px; font-size: 100%">
|
131 |
+
<b>日本語</b>で生成するために、<a href="https://huggingface.co/spaces/Ailyth/Multi-voice-TTS-GPT-SoVITS" target="_blank">こちら</a>へ進んでください。
|
132 |
+
</p><hr>''')
|
133 |
with gr.Column():
|
134 |
|
135 |
gr.Markdown('''
|