superlabs-jinwoo commited on
Commit
d032f4e
1 Parent(s): 03ef41d

Use makefile for setup

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,5 +4,5 @@ os.system(f"git clone https://github.com/Curt-Park/yolo-world-with-efficientvit-
4
  cwd0 = os.getcwd()
5
  cwd1 = os.path.join(cwd0, "yolo-world-with-efficientvit-sam")
6
  os.chdir(cwd1)
7
- os.system("pip install -r requirements.txt")
8
  os.system("python app.py")
 
4
  cwd0 = os.getcwd()
5
  cwd1 = os.path.join(cwd0, "yolo-world-with-efficientvit-sam")
6
  os.chdir(cwd1)
7
+ os.system("make setup")
8
  os.system("python app.py")