kevinwang676 commited on
Commit
932f9b0
·
verified ·
1 Parent(s): 4e0e057

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -349,7 +349,7 @@ def combine_vocal_and_inst(model_name, song_name, song_id, split_model, cover_so
349
  print(result.stdout.decode())
350
  return output_path
351
 
352
- @spaces.GPU()
353
  def load_hubert():
354
  global hubert_model
355
  from fairseq import checkpoint_utils
 
349
  print(result.stdout.decode())
350
  return output_path
351
 
352
+ @spaces.GPU(duration=10)
353
  def load_hubert():
354
  global hubert_model
355
  from fairseq import checkpoint_utils