Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -112,7 +112,7 @@ ss_demo = gr.Interface(
|
|
| 112 |
tse_demo = gr.Interface(
|
| 113 |
fn=fn_clearvoice_ss,
|
| 114 |
inputs = [
|
| 115 |
-
gr.Video(label="Input Audio"
|
| 116 |
],
|
| 117 |
outputs = [
|
| 118 |
gr.Audio(label="Output Audio", type="filepath"),
|
|
|
|
| 112 |
tse_demo = gr.Interface(
|
| 113 |
fn=fn_clearvoice_ss,
|
| 114 |
inputs = [
|
| 115 |
+
gr.Video(label="Input Audio"),
|
| 116 |
],
|
| 117 |
outputs = [
|
| 118 |
gr.Audio(label="Output Audio", type="filepath"),
|