Spaces:
Running
on
Zero
Running
on
Zero
roychao19477
commited on
Commit
·
42fbee6
1
Parent(s):
2881f71
Update figs
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ def enhance(filepath):
|
|
89 |
sf.write("enhanced.wav", out, orig_sr)
|
90 |
|
91 |
# spectrograms
|
92 |
-
fig, axs = plt.subplots(1, 2, figsize=(
|
93 |
|
94 |
# noisy
|
95 |
D_noisy = librosa.stft(wav, n_fft=1024, hop_length=512)
|
|
|
89 |
sf.write("enhanced.wav", out, orig_sr)
|
90 |
|
91 |
# spectrograms
|
92 |
+
fig, axs = plt.subplots(1, 2, figsize=(16, 4))
|
93 |
|
94 |
# noisy
|
95 |
D_noisy = librosa.stft(wav, n_fft=1024, hop_length=512)
|