File size: 135 Bytes
6567f76
94d14fc
 
6567f76
1
2
3
4
import os
os.system('pip install -e .')
os.system('pip install -e ".[train]"')
os.system('python -m  opensora.serve.gradio_web_server')