will / src /ui /__init__.py
matt1847's picture
機能追加: モデルラインナップ拡張とGradio UI移行
f94169f
raw
history blame contribute delete
259 Bytes
"""UI components for WILL.
Supports both Streamlit and Gradio interfaces.
Usage:
# Streamlit
from src.ui.streamlit import CUSTOM_CSS, render_generate_page
# Gradio
from src.ui.gradio import create_app
"""
__all__ = ["streamlit", "gradio"]