CleanSong commited on
Commit
ea115fc
·
verified ·
1 Parent(s): 6064b89

Update app.py

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