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