Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
7b5ef9c
1
Parent(s):
49b0850
Update app.py
Browse files
app.py
CHANGED
@@ -270,7 +270,7 @@ interface_yt = gr.Interface(
|
|
270 |
predict_song_from_yt,
|
271 |
inputs=[
|
272 |
gr.Textbox(
|
273 |
-
label="Bilibili网址", info="请填写含有您喜欢歌曲的Bilibili
|
274 |
),
|
275 |
gr.Number(value=0, label="起始时间 (秒)"),
|
276 |
gr.Number(value=15, label="结束时间 (秒)"),
|
|
|
270 |
predict_song_from_yt,
|
271 |
inputs=[
|
272 |
gr.Textbox(
|
273 |
+
label="Bilibili网址", info="请填写含有您喜欢歌曲的Bilibili网址,可直接填写相应的BV号", value="https://www.bilibili.com/video/BV..."
|
274 |
),
|
275 |
gr.Number(value=0, label="起始时间 (秒)"),
|
276 |
gr.Number(value=15, label="结束时间 (秒)"),
|