Fucius commited on
Commit
d7f121a
·
verified ·
1 Parent(s): 72ac302

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,6 +11,6 @@ import os
11
  # os.system("make setup")
12
  # os.system(f"cd /home/user/app")
13
 
14
- os.system(f"pip install inference[yolo-world]==0.9.13 -y")
15
  print("install inference-yolo-world")
16
  os.system(f"python app2.py")
 
11
  # os.system("make setup")
12
  # os.system(f"cd /home/user/app")
13
 
14
+ os.system(f"pip install inference[yolo-world]==0.9.13")
15
  print("install inference-yolo-world")
16
  os.system(f"python app2.py")