CleanSong commited on
Commit
72d7ae9
·
verified ·
1 Parent(s): d10e385

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,8 +35,8 @@ def clean_song(file):
35
  # Gradio interface
36
  iface = gr.Interface(
37
  fn=clean_song,
38
- inputs=gr.Audio(type="audio/mpeg", label="Upload Song"),
39
- outputs=gr.Audio(type="audio/mpeg", label="Cleaned Song"),
40
  title="CleanSong AI - Prototype Frontend",
41
  description="Upload a song and get a cleaned version. Early prototype!"
42
  )
 
35
  # Gradio interface
36
  iface = gr.Interface(
37
  fn=clean_song,
38
+ inputs=gr.Audio(type="filepath", label="Upload Song"),
39
+ outputs=gr.Audio(type="filepath", label="Cleaned Song"),
40
  title="CleanSong AI - Prototype Frontend",
41
  description="Upload a song and get a cleaned version. Early prototype!"
42
  )