Spaces:
Sleeping
Sleeping
Bima Ardhia commited on
Commit ·
4d56e22
1
Parent(s): 12cf08b
fix
Browse files- api/api_mage_x.py +1 -0
api/api_mage_x.py
CHANGED
|
@@ -176,6 +176,7 @@ def recommend_similar_items(user_preferences, desired_collection_types):
|
|
| 176 |
return filtered_matches
|
| 177 |
|
| 178 |
|
|
|
|
| 179 |
@app.post("/recommendation")
|
| 180 |
async def get_recommendations(user_input: UserInput):
|
| 181 |
"""
|
|
|
|
| 176 |
return filtered_matches
|
| 177 |
|
| 178 |
|
| 179 |
+
|
| 180 |
@app.post("/recommendation")
|
| 181 |
async def get_recommendations(user_input: UserInput):
|
| 182 |
"""
|