LanguageBind commited on
Commit
d8afab9
·
verified ·
1 Parent(s): a69c239

Update app.py

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