Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
878be74
1
Parent(s):
5a8dcb7
Update app.py
Browse files
app.py
CHANGED
@@ -280,7 +280,7 @@ examples=[['download.wav']]
|
|
280 |
gr.Interface(
|
281 |
inference,
|
282 |
gr.inputs.Audio(type="filepath", label="Input"),
|
283 |
-
[gr.outputs.File(
|
284 |
title=title,
|
285 |
description=description,
|
286 |
article=article,
|
|
|
280 |
gr.Interface(
|
281 |
inference,
|
282 |
gr.inputs.Audio(type="filepath", label="Input"),
|
283 |
+
[gr.outputs.File(label="Output")],
|
284 |
title=title,
|
285 |
description=description,
|
286 |
article=article,
|