LanguageBind commited on
Commit
1da56c4
·
verified ·
1 Parent(s): e13bcad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -1,3 +1,5 @@
1
  import os
2
- #os.system('pip install -e .')
 
 
3
  os.system('python opensora/serve/gradio_web_server.py')
 
1
  import os
2
+ from time import time
3
+ os.system('pip install -e .')
4
+ time.sleep(10)
5
  os.system('python opensora/serve/gradio_web_server.py')