File size: 424 Bytes
927a2a2
 
 
 
 
 
 
 
 
5dbee9b
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
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

```sh
curl -X POST https://your-space-name.hf.space/summarize/ \
     -H "Content-Type: application/json" \
     -d '{"inputs": "Your text here"}'