GC22 commited on
Commit
dff77d8
1 Parent(s): a66c37e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,5 +1,6 @@
1
  import streamlit as st
2
  import cv2
 
3
 
4
  # Load the pre-trained object detection model
5
  model = cv2.CascadeClassifier('path/to/haarcascade.xml')
 
1
  import streamlit as st
2
  import cv2
3
+ import numpy as np
4
 
5
  # Load the pre-trained object detection model
6
  model = cv2.CascadeClassifier('path/to/haarcascade.xml')