Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
e4f62ba
1
Parent(s):
3b15f8c
Update app.py
Browse files
app.py
CHANGED
@@ -221,7 +221,7 @@ description = f"""
|
|
221 |
article = """
|
222 |
<p style='text-align: center'> 注意❗:请不要生成会对个人以及组织造成侵害的内容,此程序仅供科研、学习及个人娱乐使用。
|
223 |
</p>
|
224 |
-
<p style='text-align: center'>
|
225 |
</p>
|
226 |
""".strip()
|
227 |
|
@@ -242,7 +242,7 @@ interface_mic = gr.Interface(
|
|
242 |
),
|
243 |
],
|
244 |
outputs="audio",
|
245 |
-
title="
|
246 |
description=description,
|
247 |
article=article,
|
248 |
)
|
@@ -262,7 +262,7 @@ interface_file = gr.Interface(
|
|
262 |
),
|
263 |
],
|
264 |
outputs="audio",
|
265 |
-
title="
|
266 |
description=description,
|
267 |
article=article,
|
268 |
)
|
@@ -286,7 +286,7 @@ interface_yt = gr.Interface(
|
|
286 |
),
|
287 |
],
|
288 |
outputs=[gr.Audio(label="AI歌手+伴奏"), gr.Audio(label="AI歌手人声部分")],
|
289 |
-
title="
|
290 |
description=description,
|
291 |
article=article,
|
292 |
examples=[
|
|
|
221 |
article = """
|
222 |
<p style='text-align: center'> 注意❗:请不要生成会对个人以及组织造成侵害的内容,此程序仅供科研、学习及个人娱乐使用。
|
223 |
</p>
|
224 |
+
<p style='text-align: center'> 🌊🎶🏞️ - 江水东流急,滔滔无尽声。 明·顾璘
|
225 |
</p>
|
226 |
""".strip()
|
227 |
|
|
|
242 |
),
|
243 |
],
|
244 |
outputs="audio",
|
245 |
+
title="🌊💕🎶 - 滔滔AI+音乐:可从B站直接上传素材,无需分离背景音",
|
246 |
description=description,
|
247 |
article=article,
|
248 |
)
|
|
|
262 |
),
|
263 |
],
|
264 |
outputs="audio",
|
265 |
+
title="🌊💕🎶 - 滔滔AI+音乐:可从B站直接上传素材,无需分离背景音",
|
266 |
description=description,
|
267 |
article=article,
|
268 |
)
|
|
|
286 |
),
|
287 |
],
|
288 |
outputs=[gr.Audio(label="AI歌手+伴奏"), gr.Audio(label="AI歌手人声部分")],
|
289 |
+
title="🌊💕🎶 - 滔滔AI+音乐:可从B站直接上传素材,无需分离背景音",
|
290 |
description=description,
|
291 |
article=article,
|
292 |
examples=[
|