A newer version of the Gradio SDK is available: 6.28.0
metadata
title: sui-1 Summarizer
emoji: 📄
colorFrom: indigo
colorTo: purple
sdk: gradio
sdk_version: 5.34.2
app_file: app.py
pinned: false
license: mit
short_description: Grounded Summarization with Source Citations
sui-1 Summarizer
Generate grounded summaries with verifiable source citations using the ellamind/sui-1-24b model.
Features
- PDF Upload: Extract text using Mistral OCR
- Text Input: Paste text directly for summarization
- Multi-language: Support for English, German, Spanish, French, and Italian
- Source Citations: Every claim is backed by numbered citations from the source document
- Streaming Output: See the summary generate in real-time
Requirements
This Space requires:
- ZeroGPU hardware (uses
@spaces.GPUdecorator) - MISTRAL_API_KEY secret for PDF OCR functionality
Setup
- Create a new Space on HuggingFace
- Set the hardware to ZeroGPU
- Add
MISTRAL_API_KEYas a secret in Space settings - Upload
app.py,requirements.txt, and thisREADME.md