6 lines
146 B
Python
6 lines
146 B
Python
# Copyright (c) ModelScope Contributors. All rights reserved.
|
|
from swift.pipelines import infer_main
|
|
|
|
if __name__ == '__main__':
|
|
infer_main()
|