Update app.py
Browse files
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="
|
| 39 |
-
outputs=gr.Audio(type="
|
| 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 |
)
|