speechmaster commited on
Commit
d97145b
·
verified ·
1 Parent(s): c0647f8

Update app/app.py

Browse files
Files changed (1) hide show
  1. app/app.py +2 -2
app/app.py CHANGED
@@ -34,8 +34,8 @@ class ModelAPI:
34
  self.device = 'cuda' if torch.cuda.is_available() else 'cpu'
35
  self.corrector = "ald"
36
  self.corrector_steps = 1
37
- self.snr = 0.5
38
- self.N = 30
39
 
40
  # Create directories if they do not exist
41
  for audio_path in [self.noisy_audio_path, self.enhanced_audio_path]:
 
34
  self.device = 'cuda' if torch.cuda.is_available() else 'cpu'
35
  self.corrector = "ald"
36
  self.corrector_steps = 1
37
+ self.snr = 0.33
38
+ self.N = 50
39
 
40
  # Create directories if they do not exist
41
  for audio_path in [self.noisy_audio_path, self.enhanced_audio_path]: