Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
·
75d70c4
1
Parent(s):
c46cb0d
Update app.py
Browse files
app.py
CHANGED
@@ -12,7 +12,7 @@ examples=[['test.mp3']]
|
|
12 |
gr.Interface(
|
13 |
inference,
|
14 |
gr.inputs.File(type="file", label="Input"),
|
15 |
-
[gr.outputs.Audio(type="
|
16 |
title=title,
|
17 |
description=description,
|
18 |
article=article,
|
|
|
12 |
gr.Interface(
|
13 |
inference,
|
14 |
gr.inputs.File(type="file", label="Input"),
|
15 |
+
[gr.outputs.Audio(type="file", label="Output")],
|
16 |
title=title,
|
17 |
description=description,
|
18 |
article=article,
|