Ivan000 commited on
Commit
bfed1fc
·
verified ·
1 Parent(s): 00c92d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.File(label="Download converted MP3 file"),
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
  )