Spaces:
Running on Zero
Running on Zero
A newer version of the Gradio SDK is available: 6.24.0
metadata
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": ["<base64 jpeg/png>"]}