LanguageBind commited on
Commit
424ac73
1 Parent(s): d8afab9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -1,7 +1,2 @@
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')
 
1
  import os
2
+ os.system('python -m opensora/serve/gradio_web_server')