Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -482,8 +482,9 @@ def rvc_infer_music(url, model_name, song_name, split_model, f0_up_key, vocal_vo
|
|
482 |
singers = singers+ ' '+ model_name
|
483 |
print("1.开始下载AI歌手模型...")
|
484 |
download_online_model(url, model_name)
|
485 |
-
song_name = song_name.strip().replace(" ", "")
|
486 |
video_identifier = search_bilibili(song_name)
|
|
|
487 |
song_id = get_bilibili_video_id(video_identifier)
|
488 |
print(video_identifier)
|
489 |
video_info = get_video_info(video_identifier)
|
|
|
482 |
singers = singers+ ' '+ model_name
|
483 |
print("1.开始下载AI歌手模型...")
|
484 |
download_online_model(url, model_name)
|
485 |
+
#song_name = song_name.strip().replace(" ", "")
|
486 |
video_identifier = search_bilibili(song_name)
|
487 |
+
song_name = song_name.strip().replace(" ", "")
|
488 |
song_id = get_bilibili_video_id(video_identifier)
|
489 |
print(video_identifier)
|
490 |
video_info = get_video_info(video_identifier)
|