Pepguy commited on
Commit
d0e66f8
·
verified ·
1 Parent(s): 409ae8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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