Hendrik Schroeter commited on
Commit
9b336fb
1 Parent(s): 42ea010
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -156,7 +156,7 @@ def demo_fn(speech_upl: str, noise_type: str, snr: int, mic_input: str):
156
  try:
157
  os.remove(f)
158
  except Exception as e:
159
- print(f"failed to remove file {f}: e")
160
  return noisy_wav, noisy_im, enhanced_wav, enh_im
161
 
162
 
 
156
  try:
157
  os.remove(f)
158
  except Exception as e:
159
+ print(f"failed to remove file {f}: {e}")
160
  return noisy_wav, noisy_im, enhanced_wav, enh_im
161
 
162