Update app.py
Browse files
app.py
CHANGED
@@ -9,8 +9,7 @@ def inference(audio):
|
|
9 |
|
10 |
|
11 |
os.system("python se_cmgan.py --noisy test.wav")
|
12 |
-
return "./
|
13 |
-
"./out/mdx_extra_q/test/drums.wav","./out/mdx_extra_q/test/other.wav"
|
14 |
|
15 |
title = "CMGAN"
|
16 |
description = "Gradio demo for cmgan: Music Source remocao de ruido "
|
|
|
9 |
|
10 |
|
11 |
os.system("python se_cmgan.py --noisy test.wav")
|
12 |
+
return "./data/CMGAN_exp/enhanced_test.wav"
|
|
|
13 |
|
14 |
title = "CMGAN"
|
15 |
description = "Gradio demo for cmgan: Music Source remocao de ruido "
|