Ahsen Khaliq commited on
Commit
4fee8e5
1 Parent(s): 26666e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import gradio as gr
6
 
7
  # clone and install Detic
8
  os.system("git clone https://github.com/facebookresearch/Detic.git --recurse-submodules")
9
- sys.path.append('./Detic')
10
 
11
  # Install detectron2
12
  import torch
 
6
 
7
  # clone and install Detic
8
  os.system("git clone https://github.com/facebookresearch/Detic.git --recurse-submodules")
9
+ os.chdir("Detic")
10
 
11
  # Install detectron2
12
  import torch