djl234 commited on
Commit
42b354f
·
verified ·
1 Parent(s): 7f70460

Update app.py

Browse files

[fix] install opencv

Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ os.system("pip3 install torch")
11
  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 pydensecrf")
16
  #os.system("pip install argparse")
 
11
  os.system("pip3 install collections")
12
  os.system("pip3 install torchvision")
13
  os.system("pip3 install einops")
14
+ os.system("pip3 install opencv-python")
15
  aaaa=0
16
  #os.system("pip3 install pydensecrf")
17
  #os.system("pip install argparse")