Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
|
@@ -12,7 +12,7 @@ def fn_clearvoice(aud):
|
|
| 12 |
output_wav = output_wav_dict[key]
|
| 13 |
else:
|
| 14 |
output_wav = output_wav_dict
|
| 15 |
-
|
| 16 |
return 'enhanced.wav'
|
| 17 |
|
| 18 |
se_demo = gr.Interface(
|
|
|
|
| 12 |
output_wav = output_wav_dict[key]
|
| 13 |
else:
|
| 14 |
output_wav = output_wav_dict
|
| 15 |
+
sf.write('enhanced.wav', output_wav, 16000)
|
| 16 |
return 'enhanced.wav'
|
| 17 |
|
| 18 |
se_demo = gr.Interface(
|