Spaces:
Running
Running
Hendrik Schroeter
commited on
Commit
·
9b336fb
1
Parent(s):
42ea010
typo
Browse files
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 |
|