Zevin2023 commited on
Commit
13edac4
·
verified ·
1 Parent(s): 6daf923

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ if __name__ == '__main__':
7
  os.system("pip install -e .")
8
  os.system("pip install git+https://github.com/facebookresearch/segment-anything.git")
9
 
10
- os.chdir("checkpoint")
11
  os.system("git lfs install")
12
  os.system("git clone https://huggingface.co/Zevin2023/SEAGULL-7B")
13
  os.chdir("..")
 
7
  os.system("pip install -e .")
8
  os.system("pip install git+https://github.com/facebookresearch/segment-anything.git")
9
 
10
+ os.chdir("checkpoints")
11
  os.system("git lfs install")
12
  os.system("git clone https://huggingface.co/Zevin2023/SEAGULL-7B")
13
  os.chdir("..")