alibabasglab commited on
Commit
3192961
·
verified ·
1 Parent(s): 99710ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -14,7 +14,9 @@ def fn_clearvoice(input_wav):
14
  output_wav = output_wav_dict
15
  sf.write('enhanced.wav', output_wav, 16000)
16
  return 'enhanced.wav'
17
-
 
 
18
  se_demo = gr.Interface(
19
  fn=fn_clearvoice,
20
  inputs = [
 
14
  output_wav = output_wav_dict
15
  sf.write('enhanced.wav', output_wav, 16000)
16
  return 'enhanced.wav'
17
+
18
+ demo = gr.Blocks()
19
+
20
  se_demo = gr.Interface(
21
  fn=fn_clearvoice,
22
  inputs = [