Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def convert_audio(file_path):
|
|
22 |
iface = gr.Interface(
|
23 |
fn=convert_audio,
|
24 |
inputs=gr.File(label="Upload AAC file"),
|
25 |
-
outputs=gr.
|
26 |
title="AAC to MP3 Converter",
|
27 |
description="Upload an AAC file, and it will be converted to MP3 with increased volume and a specified bitrate."
|
28 |
)
|
|
|
22 |
iface = gr.Interface(
|
23 |
fn=convert_audio,
|
24 |
inputs=gr.File(label="Upload AAC file"),
|
25 |
+
outputs=gr.Audio(label="Converted MP3 file", type="filepath"),
|
26 |
title="AAC to MP3 Converter",
|
27 |
description="Upload an AAC file, and it will be converted to MP3 with increased volume and a specified bitrate."
|
28 |
)
|