CoolFace
Apppublic

PrunaAI/P-Bench

sourceHugging Faceapache-2.0updated 3d agoView on Hugging Face
24likes
App README

P-Bench

Compare text-to-image models on quality, speed, and price. This repo is the Gradio dashboard: leaderboards, Pareto plots, and side-by-side samples.

The live Space is PrunaAI/P-Bench.

Run locally

From the repo root:

python -m venv .venv
source .venv/bin/activate
pip install "gradio==5.19.0" pandas -r requirements.txt
python app.py

requirements.txt lists Plotly. Gradio and pandas are required locally; Hugging Face Spaces installs Gradio from the YAML sdk_version above.

Deploy

origin is the Space (https://huggingface.co/spaces/PrunaAI/P-Bench). Publish the current branch to the live app with:

git push origin HEAD:main