will / src /ui /gradio /__init__.py
matt1847's picture
機能追加: モデルラインナップ拡張とGradio UI移行
f94169f
raw
history blame contribute delete
156 Bytes
"""Gradio UI for WILL."""
from .app import create_app, generate_debris, get_model_choices
__all__ = ["create_app", "generate_debris", "get_model_choices"]