File size: 133 Bytes
6567f76
1da56c4
 
 
e13bcad
1
2
3
4
5
import os
from time import time
os.system('pip install -e .')
time.sleep(10)
os.system('python  opensora/serve/gradio_web_server.py')