Armandoliv commited on
Commit
fe5a8c6
1 Parent(s): 08fcf32

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@git+https://github.com/facebookresearch/detectron2.git@ff53992b1985b63bd3262b5a36167098e3dada02"')
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