genai05 / README.md
ICGenAIShare05's picture
Upload 3 files
123064e verified

A newer version of the Gradio SDK is available: 6.13.0

Upgrade
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 to Qwen/Qwen2.5-VL-3B-Instruct.
  • PRELOAD_MODELS (Variable, optional): set to 1 to preload models at startup; default 0.

Notes

  • This app expects access to black-forest-labs/FLUX.2-klein-9B and the selected VLM model.
  • The generated outputs are saved under ./ecom_output and served through Gradio allowed paths.
  • If startup is slow or fails, keep PRELOAD_MODELS=0 and use the in-app warm-up button.