"""API模块 包含应用程序的API接口和用户界面。 """ from .gradio_interface import GradioInterface, get_gradio_interface, create_demo_interface, gradio_interface __all__ = [ "GradioInterface", "get_gradio_interface", "create_demo_interface", "gradio_interface" ]