Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -301,12 +301,12 @@ with gr.Blocks() as app:
|
|
301 |
out1 = gr.Audio(label="为您生成的AI完整配音", type="filepath")
|
302 |
|
303 |
btn.click(convert_from_srt, [inp0, inp1, inp2, inp3, inp4], [out1])
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
|
309 |
-
|
310 |
-
|
311 |
|
312 |
app.launch(show_error=True)
|
|
|
301 |
out1 = gr.Audio(label="为您生成的AI完整配音", type="filepath")
|
302 |
|
303 |
btn.click(convert_from_srt, [inp0, inp1, inp2, inp3, inp4], [out1])
|
304 |
+
gr.Markdown("### <center>注意❗:请勿生成会对任何个人或组织造成侵害的内容,请尊重他人的著作权和知识产权。用户对此程序的任何使用行为与程序开发者无关。</center>")
|
305 |
+
gr.HTML('''
|
306 |
+
<div class="footer">
|
307 |
+
<p>🌊🏞️🎶 - 江水东流急,滔滔无尽声。 明·顾璘
|
308 |
+
</p>
|
309 |
+
</div>
|
310 |
+
''')
|
311 |
|
312 |
app.launch(show_error=True)
|