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