6567f76 1da56c4 a69c239 d8afab9 e13bcad
1
2
3
4
5
6
7
import os os.system('pip install -e .') import time print(111111111) time.sleep(3) print(222222222) os.system('python opensora/serve/gradio_web_server.py')