souranil3d commited on
Commit
74ae3e6
·
1 Parent(s): 166c86f

Changing detectron2

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import os
2
- os.system('pip install detectron2')
3
 
4
  import gradio as gr
5
  import logging
 
1
  import os
2
+ os.system('pip install git+https://github.com/facebookresearch/detectron2.git')
3
 
4
  import gradio as gr
5
  import logging