A newer version of the Gradio SDK is available: 6.20.0
metadata
title: Scriptorium
emoji: 📚
colorFrom: yellow
colorTo: red
sdk: gradio
app_file: app.py
python_version: 3.1
pinned: false
license: mit
Scriptorium
Public Hugging Face Space for turning EPUBs into audiobooks with OmniVoice TTS.
Runtime notes
- Designed for a GPU-backed Gradio Space.
- Public demo safeguards cap EPUB size, estimated runtime, preview length, and clone sample duration.
- Outputs are session-scoped temporary files only.
Local development
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pytest -q
python app.py