Scriptorium / README copy.md
mattkevan's picture
First in space
af4851b
|
Raw
History Blame Contribute Delete
596 Bytes
---
title: Scriptorium
emoji: ๐Ÿ“š
colorFrom: yellow
colorTo: red
sdk: gradio
app_file: app.py
python_version: 3.10
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
```bash
python3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
pytest -q
python app.py
```