Spaces:
Runtime error
Runtime error
Ahsen Khaliq
commited on
Commit
•
005ba3b
1
Parent(s):
382c447
Update app.py
Browse files
app.py
CHANGED
@@ -8,8 +8,7 @@ import torch
|
|
8 |
|
9 |
# clone and install Detic
|
10 |
os.system("git clone https://github.com/facebookresearch/Detic.git --recurse-submodules")
|
11 |
-
|
12 |
-
os.system("pip install -r requirements.txt")
|
13 |
|
14 |
# Some basic setup:
|
15 |
# Setup detectron2 logger
|
|
|
8 |
|
9 |
# clone and install Detic
|
10 |
os.system("git clone https://github.com/facebookresearch/Detic.git --recurse-submodules")
|
11 |
+
sys.path.append('./Detic')
|
|
|
12 |
|
13 |
# Some basic setup:
|
14 |
# Setup detectron2 logger
|