Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import os
|
2 |
import sys
|
3 |
-
|
4 |
os.system("pip install imutils")
|
5 |
os.system("python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'")
|
6 |
os.system("python frozenseg/modeling/pixel_decoder/ops/setup.py build install")
|
|
|
1 |
import os
|
2 |
import sys
|
3 |
+
import spaces
|
4 |
os.system("pip install imutils")
|
5 |
os.system("python -m pip install 'git+https://github.com/facebookresearch/detectron2.git'")
|
6 |
os.system("python frozenseg/modeling/pixel_decoder/ops/setup.py build install")
|