Commit
·
843dc56
1
Parent(s):
103fb69
added @space .GPU
Browse files
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 = []
|