Priyanka-Kumavat-At-TE commited on
Commit
c504ab6
1 Parent(s): ed6af97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ classes = [
41
  # Set the threshold for object detection. It is IoU (Intersection over Union)
42
  threshold = 0.5
43
 
44
- st.title(""" Object Detection Using FRCNN """)
45
 
46
  # st.subheader("Prediction of Object Detection")
47
 
 
41
  # Set the threshold for object detection. It is IoU (Intersection over Union)
42
  threshold = 0.5
43
 
44
+ st.title(""" Object Detection Using Faster-RCNN """)
45
 
46
  # st.subheader("Prediction of Object Detection")
47