Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
·
0ac2ea0
1
Parent(s):
072570b
Update app.py
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ if __name__ == '__main__':
|
|
171 |
vc_output2 = gr.Audio(label="Output Audio")
|
172 |
vc_submit.click(vc_fn, [vc_input, vc_transpose, vc_f0method, vc_index_ratio, tts_mode, tts_text, tts_voice], [vc_output1, vc_output2])
|
173 |
tts_mode.change(change_to_tts_mode, [tts_mode], [vc_input, tts_text, tts_voice])
|
174 |
-
gr.Markdown("### <center
|
175 |
gr.HTML('''
|
176 |
<div class="footer">
|
177 |
<p>🌊🏞️🎶 - 江水东流急,滔滔无尽声。 明·顾璘
|
|
|
171 |
vc_output2 = gr.Audio(label="Output Audio")
|
172 |
vc_submit.click(vc_fn, [vc_input, vc_transpose, vc_f0method, vc_index_ratio, tts_mode, tts_text, tts_voice], [vc_output1, vc_output2])
|
173 |
tts_mode.change(change_to_tts_mode, [tts_mode], [vc_input, tts_text, tts_voice])
|
174 |
+
gr.Markdown("### <center>注意❗:请不要生成会对个人以及组织造成侵害的内容,此程序仅供科研、学习及个人娱乐使用。用户生成内容与程序开发者无关,请自觉合法合规使用,违反者一切后果自负。</center>")
|
175 |
gr.HTML('''
|
176 |
<div class="footer">
|
177 |
<p>🌊🏞️🎶 - 江水东流急,滔滔无尽声。 明·顾璘
|