Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,7 @@ def inference(audio):
|
|
29 |
target_path,
|
30 |
estimates_numpy,
|
31 |
sample_rate=rate,
|
32 |
-
writer=stempeg.FilesWriter(multiprocess=True, output_sample_rate=
|
33 |
)
|
34 |
return 'vocals.wav', 'drums.wav', 'bass.wav', 'other.wav'
|
35 |
|
|
|
29 |
target_path,
|
30 |
estimates_numpy,
|
31 |
sample_rate=rate,
|
32 |
+
writer=stempeg.FilesWriter(multiprocess=True, output_sample_rate=44100),
|
33 |
)
|
34 |
return 'vocals.wav', 'drums.wav', 'bass.wav', 'other.wav'
|
35 |
|