Spaces:
Runtime error
Runtime error
Commit
·
c504ab6
1
Parent(s):
ed6af97
Update app.py
Browse files
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
|
| 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 |
|