Spaces:
Runtime error
Runtime error
superlabs-jinwoo
commited on
Commit
•
d032f4e
1
Parent(s):
03ef41d
Use makefile for setup
Browse files
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("
|
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")
|