mirror of
https://github.com/hiyouga/LLaMA-Factory.git
synced 2025-08-09 23:22:52 +08:00
5 lines
95 B
Python
5 lines
95 B
Python
from .interface import create_ui, create_web_demo
|
|
|
|
|
|
__all__ = ["create_ui", "create_web_demo"]
|