4 lines
71 B
Python
4 lines
71 B
Python
from yolo_webui.app import main
|
|
|
|
if __name__ == "__main__":
|
|
main()
|