PCNUSMSE's picture
Upload folder using huggingface_hub
4e37375 verified
raw
history blame contribute delete
294 Bytes
"""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"
]