rashmi commited on
Commit
6062324
1 Parent(s): e827633

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -1,8 +1,5 @@
1
- import cv2
2
  import os
3
  os.system('pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.9/index.html')
4
- os.system('pip install torch==1.9.0 torchvision==0.10.0')
5
-
6
 
7
  import gradio as gr
8
  # check pytorch installation:
 
 
1
  import os
2
  os.system('pip install detectron2 -f https://dl.fbaipublicfiles.com/detectron2/wheels/cu102/torch1.9/index.html')
 
 
3
 
4
  import gradio as gr
5
  # check pytorch installation: