LanguageBind commited on
Commit
32fc5fd
·
verified ·
1 Parent(s): dd32226

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,3 +1,3 @@
1
  import os
2
- #os.system('pip install -e .')
3
  os.system('python -m opensora.serve.gradio_web_server')
 
1
  import os
2
+ os.system('pip install -e .')
3
  os.system('python -m opensora.serve.gradio_web_server')