kevinwang676 commited on
Commit
16d9183
1 Parent(s): ed2167c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -413,7 +413,7 @@ def rvc_models(model_name):
413
 
414
  singers="您的专属AI歌手阵容:"
415
 
416
- @spaces.GPU(duration=500)
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)
 
413
 
414
  singers="您的专属AI歌手阵容:"
415
 
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)