Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def inference(file_uploaded_in, file_uploaded_ref):
|
|
61 |
args = set_up()
|
62 |
|
63 |
inference_style_transfer = Mixing_Style_Transfer_Inference(args)
|
64 |
-
output_wav_path = inference_style_transfer.inference(
|
65 |
|
66 |
return output_wav_path
|
67 |
|
|
|
61 |
args = set_up()
|
62 |
|
63 |
inference_style_transfer = Mixing_Style_Transfer_Inference(args)
|
64 |
+
output_wav_path = inference_style_transfer.inference(file_uploaded_in, file_uploaded_ref)
|
65 |
|
66 |
return output_wav_path
|
67 |
|