Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -324,7 +324,7 @@ examples=[['canon.flac'], ['download.wav']]
|
|
| 324 |
|
| 325 |
gr.Interface(
|
| 326 |
inference,
|
| 327 |
-
gr.
|
| 328 |
[gr.outputs.File(label="输出")],
|
| 329 |
title=title,
|
| 330 |
description=description,
|
|
|
|
| 324 |
|
| 325 |
gr.Interface(
|
| 326 |
inference,
|
| 327 |
+
gr.input.Audio(type="filepath", label="输入"),
|
| 328 |
[gr.outputs.File(label="输出")],
|
| 329 |
title=title,
|
| 330 |
description=description,
|