Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,9 @@
|
|
1 |
import spaces
|
2 |
import sys
|
3 |
import os
|
|
|
|
|
|
|
4 |
os.system(f"git clone https://github.com/Curt-Park/yolo-world-with-efficientvit-sam.git")
|
5 |
cwd0 = os.getcwd()
|
6 |
cwd1 = os.path.join(cwd0, "yolo-world-with-efficientvit-sam")
|
|
|
1 |
import spaces
|
2 |
import sys
|
3 |
import os
|
4 |
+
|
5 |
+
print(os.system(f"pwd"))
|
6 |
+
|
7 |
os.system(f"git clone https://github.com/Curt-Park/yolo-world-with-efficientvit-sam.git")
|
8 |
cwd0 = os.getcwd()
|
9 |
cwd1 = os.path.join(cwd0, "yolo-world-with-efficientvit-sam")
|