BrainAI-1 commited on
Commit
b30cb56
·
verified ·
1 Parent(s): f6a372b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -1,5 +1,4 @@
1
  import streamlit as st
2
- import cv2
3
  from utils import object_detection_brainai as odb
4
  object_detection = odb.ObjectDetectionModel()
5
 
 
1
  import streamlit as st
 
2
  from utils import object_detection_brainai as odb
3
  object_detection = odb.ObjectDetectionModel()
4