LanguageBind commited on
Commit
bc2a445
1 Parent(s): ca6f687

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import os
2
  import sys
 
3
  current_path = os.path.abspath(__file__)
4
  parent_path = os.path.dirname(current_path)
5
  print(parent_path)
 
1
  import os
2
  import sys
3
+ os.system('pip install -e .')
4
  current_path = os.path.abspath(__file__)
5
  parent_path = os.path.dirname(current_path)
6
  print(parent_path)