Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -6,7 +6,7 @@ Endpoints:
|
|
| 6 |
- POST /suggest_candidates -> produce candidate outfits (Step 1)
|
| 7 |
- POST /refine_candidates -> refine candidates with constraints (Step 2)
|
| 8 |
- POST /finalize_suggestion -> finalize a candidate and return the suggestion (Step 3)
|
| 9 |
-
|
| 10 |
This server intentionally omits image detection and upload endpoints — it expects
|
| 11 |
the client to send pre-extracted wardrobe item summaries (id, analysis, title, thumbnail_url...).
|
| 12 |
|
|
|
|
| 6 |
- POST /suggest_candidates -> produce candidate outfits (Step 1)
|
| 7 |
- POST /refine_candidates -> refine candidates with constraints (Step 2)
|
| 8 |
- POST /finalize_suggestion -> finalize a candidate and return the suggestion (Step 3)
|
| 9 |
+
|
| 10 |
This server intentionally omits image detection and upload endpoints — it expects
|
| 11 |
the client to send pre-extracted wardrobe item summaries (id, analysis, title, thumbnail_url...).
|
| 12 |
|