Spaces:
Runtime error
Runtime error
Commit
·
c7b2a81
1
Parent(s):
bb2f729
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("""
|
| 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 FRCNN """)
|
| 45 |
|
| 46 |
# st.subheader("Prediction of Object Detection")
|
| 47 |
|