Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -154,7 +154,7 @@ sr_demo = gr.Interface(
|
|
154 |
fn=fn_clearvoice_sr,
|
155 |
inputs = [
|
156 |
gr.Audio(label="Input Audio", type="filepath"),
|
157 |
-
gr.Checkbox(label="Apply Speech Enhancement", value=
|
158 |
],
|
159 |
outputs = [
|
160 |
gr.Audio(label="Output Audio", type="filepath"),
|
|
|
154 |
fn=fn_clearvoice_sr,
|
155 |
inputs = [
|
156 |
gr.Audio(label="Input Audio", type="filepath"),
|
157 |
+
gr.Checkbox(label="Apply Speech Enhancement", value=True),
|
158 |
],
|
159 |
outputs = [
|
160 |
gr.Audio(label="Output Audio", type="filepath"),
|