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