akhaliq HF staff commited on
Commit
549eec8
1 Parent(s): 1728967

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ os.system('pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/w
5
  os.system("git clone https://github.com/AK391/Mask2Former.git")
6
 
7
  os.chdir("Mask2Former")
8
- sys.path.append("Mask2Former")
9
  os.system("pip install git+https://github.com/cocodataset/panopticapi.git")
10
 
11
  import gradio as gr
 
5
  os.system("git clone https://github.com/AK391/Mask2Former.git")
6
 
7
  os.chdir("Mask2Former")
8
+ sys.path.append("/home/user/app/Mask2Former")
9
  os.system("pip install git+https://github.com/cocodataset/panopticapi.git")
10
 
11
  import gradio as gr