Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -15,7 +15,7 @@ article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2112.093
|
|
15 |
|
16 |
gr.Interface(
|
17 |
fn = inference,
|
18 |
-
inputs = gr.
|
19 |
-
outputs = [gr.
|
20 |
article = article,
|
21 |
).launch()
|
|
|
15 |
|
16 |
gr.Interface(
|
17 |
fn = inference,
|
18 |
+
inputs = gr.File(type="file", label="Input"),
|
19 |
+
outputs = [gr.Audio(type="file", label="Output")],
|
20 |
article = article,
|
21 |
).launch()
|