LanguageBind's picture
Update app.py
a69c239 verified
raw
history blame
123 Bytes
import os
os.system('pip install -e .')
import time
time.sleep(10)
os.system('python opensora/serve/gradio_web_server.py')