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