Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -74,7 +74,7 @@ def inference(file_uploaded_in, file_uploaded_ref):
|
|
| 74 |
# output_wav_path, fin_data_out_mix = inference_style_transfer.inference(file_uploaded_in, file_uploaded_ref)
|
| 75 |
output_wav_path, fin_data_out_mix = inference_style_transfer.inference(f"{yt_video_dir}/input.wav", f"{yt_video_dir}/reference.wav")
|
| 76 |
|
| 77 |
-
return (44100, fin_data_out_mix)
|
| 78 |
|
| 79 |
|
| 80 |
|
|
|
|
| 74 |
# output_wav_path, fin_data_out_mix = inference_style_transfer.inference(file_uploaded_in, file_uploaded_ref)
|
| 75 |
output_wav_path, fin_data_out_mix = inference_style_transfer.inference(f"{yt_video_dir}/input.wav", f"{yt_video_dir}/reference.wav")
|
| 76 |
|
| 77 |
+
return (44100, fin_data_out_mix.transpose())
|
| 78 |
|
| 79 |
|
| 80 |
|