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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
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')
 
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')