Spaces:
Running
Running
metadata
title: Summarizer
emoji: π»
colorFrom: gray
colorTo: red
sdk: docker
pinned: false
π BART Summarization API
This Hugging Face Space runs a FastAPI server with BART (facebook/bart-large-cnn) for text summarization.
π How to Use
πΉ Make a Request
curl -X POST https://your-space-name.hf.space/summarize/ \
-H "Content-Type: application/json" \
-d '{"inputs": "Your text here"}'