CoolFace
Apppublic

balitaacro/queue-slate-index

sourceHugging Faceiscupdated 6mo agoView on Hugging Face
0likes
App README

Build

Zero-Shot Classifier

Zero-shot text classification with MNLI. Optimized for low-latency inference on CPU.

Usage

bash
python -c "import requests; print(requests.post('http://localhost:7860/predict', json={'text':'test'}).json())"

API

GET  /model/info   — Model metadata and config
GET  /health       — Liveness and readiness probe