renatotn7 commited on
Commit
879174f
·
1 Parent(s): 796334f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ def inference(audio):
7
  os.makedirs("out", exist_ok=True)
8
  write('test.wav', audio[0], audio[1])
9
 
10
-
11
  os.system("python se_cmgan.py --noisy test.wav")
12
  return "./data/CMGAN_exp/enhanced_test.wav"
13
 
 
7
  os.makedirs("out", exist_ok=True)
8
  write('test.wav', audio[0], audio[1])
9
 
10
+ os.system("ls")
11
  os.system("python se_cmgan.py --noisy test.wav")
12
  return "./data/CMGAN_exp/enhanced_test.wav"
13