Spaces:
Runtime error
Runtime error
kevinwang676
commited on
Commit
•
0439d1e
1
Parent(s):
16d9183
Update app.py
Browse files
app.py
CHANGED
@@ -416,7 +416,7 @@ singers="您的专属AI歌手阵容:"
|
|
416 |
@spaces.GPU(duration=300)
|
417 |
def rvc_infer_music(url, model_name, song_name, split_model, f0_up_key, vocal_volume, inst_volume):
|
418 |
load_hubert()
|
419 |
-
print(hubert_model)
|
420 |
url = url.strip().replace(" ", "")
|
421 |
model_name = model_name.strip().replace(" ", "")
|
422 |
if url.startswith('https://download.openxlab.org.cn/models/'):
|
|
|
416 |
@spaces.GPU(duration=300)
|
417 |
def rvc_infer_music(url, model_name, song_name, split_model, f0_up_key, vocal_volume, inst_volume):
|
418 |
load_hubert()
|
419 |
+
#print(hubert_model)
|
420 |
url = url.strip().replace(" ", "")
|
421 |
model_name = model_name.strip().replace(" ", "")
|
422 |
if url.startswith('https://download.openxlab.org.cn/models/'):
|