lllindsey0615 commited on
Commit
843dc56
·
1 Parent(s): 103fb69
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -64,6 +64,7 @@ def separate_all_stems(audio_file_path: str, model_name: str):
64
  return output_signals # [drums, bass, other, vocals]
65
 
66
  # Process Function
 
67
  def process_fn(audio_file_path, model_name):
68
  output_signals = separate_all_stems(audio_file_path, model_name)
69
  outputs = []
 
64
  return output_signals # [drums, bass, other, vocals]
65
 
66
  # Process Function
67
+ @spaces.GPU
68
  def process_fn(audio_file_path, model_name):
69
  output_signals = separate_all_stems(audio_file_path, model_name)
70
  outputs = []