Update app.py
Browse files
app.py
CHANGED
@@ -296,7 +296,7 @@ examples=[['download.wav']]
|
|
296 |
gr.Interface(
|
297 |
inference,
|
298 |
gr.Audio(type="filepath", label="Input"),
|
299 |
-
|
300 |
title=title,
|
301 |
description=description,
|
302 |
article=article,
|
|
|
296 |
gr.Interface(
|
297 |
inference,
|
298 |
gr.Audio(type="filepath", label="Input"),
|
299 |
+
outputs = gr.File(label="Output"),
|
300 |
title=title,
|
301 |
description=description,
|
302 |
article=article,
|