File size: 596 Bytes
af4851b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
---
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
```