Update app.py
Browse files
app.py
CHANGED
@@ -42,7 +42,7 @@ def process_song(url):
|
|
42 |
|
43 |
iface = gr.Interface(
|
44 |
fn=process_song,
|
45 |
-
inputs=gr.
|
46 |
-
outputs=gr.
|
47 |
)
|
48 |
iface.launch()
|
|
|
42 |
|
43 |
iface = gr.Interface(
|
44 |
fn=process_song,
|
45 |
+
inputs=gr.Textbox(placeholder="Enter the Spotify URL", label="Song"),
|
46 |
+
outputs=gr.Audio(label="Karaoke audio"),
|
47 |
)
|
48 |
iface.launch()
|