kevinwang676 commited on
Commit
ed2167c
1 Parent(s): e6cc50f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -216,7 +216,7 @@ pre_fun_hp5 = func(
216
  )
217
 
218
  # Separate vocals
219
- @spaces.GPU(duration=120)
220
  def youtube_downloader(
221
  video_identifier,
222
  filename,
@@ -413,7 +413,7 @@ def rvc_models(model_name):
413
 
414
  singers="您的专属AI歌手阵容:"
415
 
416
- @spaces.GPU(duration=180)
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)
 
216
  )
217
 
218
  # Separate vocals
219
+ @spaces.GPU(duration=300)
220
  def youtube_downloader(
221
  video_identifier,
222
  filename,
 
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)