mirror of
https://github.com/hiyouga/LlamaFactory.git
synced 2026-01-30 06:12:04 +00: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"]
|