kevinwang676 commited on
Commit
d5f8d51
·
verified ·
1 Parent(s): ae06180

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -349,6 +349,8 @@ 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
 
349
  print(result.stdout.decode())
350
  return output_path
351
 
352
+ global hubert_model
353
+
354
  @spaces.GPU()
355
  def load_hubert():
356
  global hubert_model