Ahsen Khaliq commited on
Commit
005ba3b
1 Parent(s): 382c447

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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
- os.chdir("Detic")
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