Spaces:
Running
Running
kevinwang676
commited on
Commit
•
66ffe1e
1
Parent(s):
4c9ef1f
Update app.py
Browse files
app.py
CHANGED
@@ -281,6 +281,13 @@ with gr.Blocks(title="GPT-SoVITS Zero-shot TTS Demo") as app:
|
|
281 |
[inp_ref, prompt_text, prompt_language, text, text_language],
|
282 |
[info, output],
|
283 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
284 |
|
285 |
app.queue(max_size=10)
|
286 |
app.launch(inbrowser=True)
|
|
|
281 |
[inp_ref, prompt_text, prompt_language, text, text_language],
|
282 |
[info, output],
|
283 |
)
|
284 |
+
gr.Markdown("### <center>注意❗:请不要生成会对个人以及组织造成侵害的内容,此程序仅供科研、学习及个人娱乐使用。</center>")
|
285 |
+
gr.HTML('''
|
286 |
+
<div class="footer">
|
287 |
+
<p>🌊🏞️🎶 - 江水东流急,滔滔无尽声。 明·顾璘
|
288 |
+
</p>
|
289 |
+
</div>
|
290 |
+
''')
|
291 |
|
292 |
app.queue(max_size=10)
|
293 |
app.launch(inbrowser=True)
|