Spaces:
Sleeping
Sleeping
Update model.py
Browse files
model.py
CHANGED
@@ -105,7 +105,7 @@ def create_gradio_interface(mf_model):
|
|
105 |
gr.Markdown("""# π΅ Music Recommendation System πΆ
|
106 |
|
107 |
### Instructions:
|
108 |
-
1. β³ Model loads
|
109 |
2. π Search by title, artist, album, or year
|
110 |
3. π§ Select up to 5 songs
|
111 |
4. π Click for recommendations
|
|
|
105 |
gr.Markdown("""# π΅ Music Recommendation System πΆ
|
106 |
|
107 |
### Instructions:
|
108 |
+
1. β³ Model loads songs (~1 min)
|
109 |
2. π Search by title, artist, album, or year
|
110 |
3. π§ Select up to 5 songs
|
111 |
4. π Click for recommendations
|