Datasets:

ArXiv:
a100_20260502 / tests /llm /test_web_ui.py
shulin16's picture
Add files using upload-large-folder tool
21d5a6e verified
Raw
History Blame Contribute Delete
136 Bytes
from swift.arguments import WebUIArguments
from swift.ui import webui_main
if __name__ == '__main__':
webui_main(WebUIArguments())