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

Update app.py

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