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