pacman2223 commited on
Commit
0581d1c
·
verified ·
1 Parent(s): 3b2ae23

Update app.py

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('python -m pip install detectron2 -f \
3
  https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch1.9/index.html')
4
 
5
  import gradio as gr
 
1
  import os
2
+ os.system('python -m pip install detectron2==0.6 -f \
3
  https://dl.fbaipublicfiles.com/detectron2/wheels/cpu/torch1.9/index.html')
4
 
5
  import gradio as gr