djl234 commited on
Commit
68ad3c1
1 Parent(s): d8264ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ os.system("pip3 install collections")
12
  os.system("pip3 install torchvision")
13
  os.system("pip3 install einops")
14
  aaaa=0
15
- os.system("pip3 install git+https://github.com/lucasb-eyer/pydensecrf.git")
16
  #os.system("pip install argparse")
17
  import pydensecrf.densecrf as dcrf
18
  from PIL import Image
 
12
  os.system("pip3 install torchvision")
13
  os.system("pip3 install einops")
14
  aaaa=0
15
+ os.system("pip3 install pydensecrf")
16
  #os.system("pip install argparse")
17
  import pydensecrf.densecrf as dcrf
18
  from PIL import Image