Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -73,7 +73,7 @@ html_denoise = """
|
|
| 73 |
src="https://g-app-center-40055665-8145-0zp6jbv.openxlab.space"
|
| 74 |
frameBorder="0"
|
| 75 |
width="1280"
|
| 76 |
-
height="
|
| 77 |
></iframe>
|
| 78 |
|
| 79 |
</body>
|
|
@@ -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)
|
|
|
|
| 73 |
src="https://g-app-center-40055665-8145-0zp6jbv.openxlab.space"
|
| 74 |
frameBorder="0"
|
| 75 |
width="1280"
|
| 76 |
+
height="700"
|
| 77 |
></iframe>
|
| 78 |
|
| 79 |
</body>
|
|
|
|
| 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)
|