indic-heritage-studio / ui /__init__.py
Dev2506's picture
Add files using upload-large-folder tool
15d68eb verified
Raw
History Blame Contribute Delete
104 Bytes
"""UI package — Indic Heritage Studio v2."""
from .gradio_app import build_ui
__all__ = ["build_ui"]