rbarac commited on
Commit
7e4479c
·
verified ·
1 Parent(s): 987baa9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -31,7 +31,7 @@ try:
31
  except:
32
  import os
33
  os.system('pip install --upgrade pip')
34
- os.system('pip install cloudpickle')
35
  os.system('pip install -U fvcore')
36
  os.system("pip install 'git+https://github.com/facebookresearch/detectron2.git@a1ce2f9' --no-build-isolation --no-deps")
37
 
 
31
  except:
32
  import os
33
  os.system('pip install --upgrade pip')
34
+ os.system('pip install cloudpickle pycocotools')
35
  os.system('pip install -U fvcore')
36
  os.system("pip install 'git+https://github.com/facebookresearch/detectron2.git@a1ce2f9' --no-build-isolation --no-deps")
37