Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
fb41388
1
Parent(s):
9e726dd
Update app.py
Browse files
app.py
CHANGED
@@ -214,7 +214,7 @@ description = f"""
|
|
214 |
|
215 |
### <center>🎡 - 更多精彩,尽在[滔滔AI](http://www.talktalkai.com);合作:[email protected]</center>
|
216 |
|
217 |
-
<center>💡 - 如何使用此程序:在页面上方选择“从B站视频上传”模块,填写视频网址和视频起止时间后,点击“submit
|
218 |
|
219 |
<h1 align="center"><a href="http://www.talktalkai.com"><img src="https://y.qq.com/music/photo_new/T001R300x300M0000025Gr0r2OXvrn_2.jpg", alt="talktalkai" border="0" style="margin: 0 auto; height: 200px;" /></a> </h1>
|
220 |
|
@@ -288,12 +288,12 @@ interface_yt = gr.Interface(
|
|
288 |
label="模型推理方法 (crepe推理效果最好)",
|
289 |
),
|
290 |
],
|
291 |
-
outputs=[gr.Audio(label="AI
|
292 |
title="🌊💕🎶 - 滔滔AI+音乐:可从B站直接上传素材,无需分离背景音",
|
293 |
description=description,
|
294 |
article=article,
|
295 |
examples=[
|
296 |
-
["https://www.bilibili.com/video/
|
297 |
],
|
298 |
)
|
299 |
interface = gr.TabbedInterface(
|
|
|
214 |
|
215 |
### <center>🎡 - 更多精彩,尽在[滔滔AI](http://www.talktalkai.com);合作:[email protected]</center>
|
216 |
|
217 |
+
<center>💡 - 如何使用此程序:在页面上方选择“从B站视频上传”模块,填写视频网址和视频起止时间后,点击“submit”按键即可!您还可以点击页面最下方的示例快速预览效果</center>
|
218 |
|
219 |
<h1 align="center"><a href="http://www.talktalkai.com"><img src="https://y.qq.com/music/photo_new/T001R300x300M0000025Gr0r2OXvrn_2.jpg", alt="talktalkai" border="0" style="margin: 0 auto; height: 200px;" /></a> </h1>
|
220 |
|
|
|
288 |
label="模型推理方法 (crepe推理效果最好)",
|
289 |
),
|
290 |
],
|
291 |
+
outputs=[gr.Audio(label="AI歌手+伴奏🎵"), gr.Audio(label="AI歌手人声部分")],
|
292 |
title="🌊💕🎶 - 滔滔AI+音乐:可从B站直接上传素材,无需分离背景音",
|
293 |
description=description,
|
294 |
article=article,
|
295 |
examples=[
|
296 |
+
["https://www.bilibili.com/video/BV1ip4y1p7Pn", 87, 103, speakers[0], 0, False, default_cluster_infer_ratio, 0.4, default_f0_method],
|
297 |
],
|
298 |
)
|
299 |
interface = gr.TabbedInterface(
|