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