Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -47,7 +47,7 @@ se_demo = gr.Interface(
|
|
| 47 |
)
|
| 48 |
|
| 49 |
ss_demo = gr.Interface(
|
| 50 |
-
fn=
|
| 51 |
inputs = [
|
| 52 |
gr.Audio(label="Input Audio", type="filepath"),
|
| 53 |
],
|
|
|
|
| 47 |
)
|
| 48 |
|
| 49 |
ss_demo = gr.Interface(
|
| 50 |
+
fn=fn_clearvoice_ss,
|
| 51 |
inputs = [
|
| 52 |
gr.Audio(label="Input Audio", type="filepath"),
|
| 53 |
],
|