Spaces:
Running
Running
Added to description
Browse files
app.py
CHANGED
|
@@ -97,7 +97,7 @@ def recommend_songs_interface(song_name, artist_name, num_songs_to_output, scale
|
|
| 97 |
return pd.DataFrame(columns=['name', 'artists'])
|
| 98 |
|
| 99 |
# Gradio interface setup
|
| 100 |
-
description = "Enter a song name and artist name to get song recommendations. Adjust the feature weights using the sliders. The system will automatically normalize the weights. Please note that this database can only recommend songs that have been released up until the year 2020."
|
| 101 |
|
| 102 |
inputs = [
|
| 103 |
gr.components.Textbox(label="Song Name", placeholder="Enter a song name..."),
|
|
|
|
| 97 |
return pd.DataFrame(columns=['name', 'artists'])
|
| 98 |
|
| 99 |
# Gradio interface setup
|
| 100 |
+
description = "Enter a song name and artist name to get song recommendations. Adjust the feature weights using the sliders. The system will automatically normalize the weights. Please note that this database can only recommend songs that have been released up until the year 2020. You can adjust the scaler and tweak the sliders to get the right song for you based on the metrics of your choice"
|
| 101 |
|
| 102 |
inputs = [
|
| 103 |
gr.components.Textbox(label="Song Name", placeholder="Enter a song name..."),
|