Fucius commited on
Commit
42a6bb3
1 Parent(s): 47d21ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ cwd0 = os.getcwd()
9
  cwd1 = os.path.join(cwd0, "yolo-world-with-efficientvit-sam")
10
  os.chdir(cwd1)
11
  os.system("make setup")
12
- os.chdir(f"cd /home/user/app")
13
 
14
  # os.system(f"pip install inference[yolo-world]==0.9.13")
15
  # print("install inference-yolo-world")
 
9
  cwd1 = os.path.join(cwd0, "yolo-world-with-efficientvit-sam")
10
  os.chdir(cwd1)
11
  os.system("make setup")
12
+ os.chdir(f"/home/user/app")
13
 
14
  # os.system(f"pip install inference[yolo-world]==0.9.13")
15
  # print("install inference-yolo-world")