Update app.py
Browse files
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
|
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")
|