Armandoliv commited on
Commit
f08d11f
·
1 Parent(s): a0b4833

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import os
2
  import os
3
- os.system('pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.9/index.html')
4
 
5
  import io
6
  import pandas as pd
 
1
  import os
2
  import os
3
+ os.system('pip install "detectron2@git+https://github.com/facebookresearch/detectron2.git@v0.5#egg=detectron2"')
4
 
5
  import io
6
  import pandas as pd