LanguageBind's picture
Update app.py
94d14fc verified
raw
history blame
135 Bytes
import os
os.system('pip install -e .')
os.system('pip install -e ".[train]"')
os.system('python -m opensora.serve.gradio_web_server')