A newer version of the Gradio SDK is available: 6.13.0
metadata
title: One-Click E-commerce Listing Builder
sdk: gradio
app_file: app.py
pinned: false
One-Click E-commerce Listing Builder
This Space generates e-commerce listing copy, scene images, and a composed product webpage from one uploaded product image.
Runtime Requirements
- Recommended hardware:
NVIDIA GPU(CPU is not practical for this app). - Python dependencies are managed via
requirements.txt.
Secrets and Variables
Set these in Space Settings -> Variables and secrets:
HF_TOKEN(Secret, optional but recommended): token with access to required model repos.VLM_MODEL_ID(Variable, optional): defaults toQwen/Qwen2.5-VL-3B-Instruct.PRELOAD_MODELS(Variable, optional): set to1to preload models at startup; default0.
Notes
- This app expects access to
black-forest-labs/FLUX.2-klein-9Band the selected VLM model. - The generated outputs are saved under
./ecom_outputand served through Gradio allowed paths. - If startup is slow or fails, keep
PRELOAD_MODELS=0and use the in-app warm-up button.