Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ iface = gr.Interface(
|
|
25 |
closest_lyrics,inputs=["text"],
|
26 |
outputs=["dataframe"],
|
27 |
examples=[["Romantic"],["Sad"],["workout"],["The Hello Katy"],["Freshness"]],
|
28 |
-
#css="https://www.w3schools.com/cssref/
|
29 |
title='Songify',
|
30 |
description="Songify is a software tool designed to suggest personalized music playlists to users based on their preference.Users can also discover new music and explore different genres through the app's recommendations. The goal of Songify is to help users find the perfect music for any mood or occasion quickly and effortlessly. ")
|
31 |
iface.launch(inline=False)
|
|
|
25 |
closest_lyrics,inputs=["text"],
|
26 |
outputs=["dataframe"],
|
27 |
examples=[["Romantic"],["Sad"],["workout"],["The Hello Katy"],["Freshness"]],
|
28 |
+
#css="https://www.w3schools.com/cssref/",
|
29 |
title='Songify',
|
30 |
description="Songify is a software tool designed to suggest personalized music playlists to users based on their preference.Users can also discover new music and explore different genres through the app's recommendations. The goal of Songify is to help users find the perfect music for any mood or occasion quickly and effortlessly. ")
|
31 |
iface.launch(inline=False)
|