alibabasglab commited on
Commit
e805751
·
verified ·
1 Parent(s): b78b7d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -32,10 +32,10 @@ demo = gr.Blocks()
32
  se_demo = gr.Interface(
33
  fn=fn_clearvoice_se,
34
  inputs = [
35
- gr.Audio(label="Input Audio", type="filepath")
36
  ],
37
  outputs = [
38
- gr.Audio(label="Output Audio", type="filepath")
39
  ],
40
  title = "ClearVoice: Speech Enhancement",
41
  description = ("Gradio demo for Speech enhancement with ClearVoice. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."),
@@ -49,11 +49,11 @@ se_demo = gr.Interface(
49
  ss_demo = gr.Interface(
50
  fn=fn_clearvoice,
51
  inputs = [
52
- gr.Audio(label="Input Audio", type="filepath")
53
  ],
54
  outputs = [
55
- gr.Audio(label="Output Audio", type="filepath")
56
- gr.Audio(label="Output Audio", type="filepath")
57
  ],
58
  title = "ClearVoice: Speech Separation",
59
  description = ("Gradio demo for Speech enhancement with ClearVoice. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."),
 
32
  se_demo = gr.Interface(
33
  fn=fn_clearvoice_se,
34
  inputs = [
35
+ gr.Audio(label="Input Audio", type="filepath"),
36
  ],
37
  outputs = [
38
+ gr.Audio(label="Output Audio", type="filepath"),
39
  ],
40
  title = "ClearVoice: Speech Enhancement",
41
  description = ("Gradio demo for Speech enhancement with ClearVoice. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."),
 
49
  ss_demo = gr.Interface(
50
  fn=fn_clearvoice,
51
  inputs = [
52
+ gr.Audio(label="Input Audio", type="filepath"),
53
  ],
54
  outputs = [
55
+ gr.Audio(label="Output Audio", type="filepath"),
56
+ gr.Audio(label="Output Audio", type="filepath"),
57
  ],
58
  title = "ClearVoice: Speech Separation",
59
  description = ("Gradio demo for Speech enhancement with ClearVoice. To use it, simply upload your audio, or click one of the examples to load them. Read more at the links below."),