File size: 104 Bytes
15d68eb | 1 2 3 4 5 | """UI package — Indic Heritage Studio v2."""
from .gradio_app import build_ui
__all__ = ["build_ui"]
|
15d68eb | 1 2 3 4 5 | """UI package — Indic Heritage Studio v2."""
from .gradio_app import build_ui
__all__ = ["build_ui"]
|