--- title: TryON CLIP API emoji: 👗 colorFrom: purple colorTo: blue sdk: gradio sdk_version: 5.49.1 app_file: app.py pinned: false --- # TryON CLIP Embedding API Turns text or images into 512-dim CLIP embeddings (clip-ViT-B-32) for the TryON fashion search platform. Vectors are matched against product embeddings stored in Supabase pgvector. API (auto-exposed by Gradio): - `POST /gradio_api/call/embed_text` — `{"data": ["red floral dress"]}` - `POST /gradio_api/call/embed_image` — `{"data": [""]}`