File size: 276 Bytes
f66643d
 
 
 
 
 
1
2
3
4
5
6
7
"""Gradio web app for end-to-end PDF translation.

Submodules: ``config`` and ``runner`` are framework-agnostic (importable without
Gradio); ``ui`` holds the Gradio layout. Kept import-light on purpose so the
agnostic modules can be unit-tested without pulling in Gradio.
"""