Update app.py
Browse files
app.py
CHANGED
@@ -53,7 +53,7 @@ iface = gr.Interface(
|
|
53 |
Use webcam or Upload an image to detect objects.
|
54 |
|
55 |
|
56 |
-
Note: The model can detect 3 classes of objects.
|
57 |
|
58 |
This model's API is also integrated to another [WebApp](https://yolov8-custom-training-object-detection-j3besa9ppegzcdzslzsk8t.streamlit.app/).
|
59 |
|
|
|
53 |
Use webcam or Upload an image to detect objects.
|
54 |
|
55 |
|
56 |
+
Note: The model can detect 3 classes of objects (Vehicles, Pedestrians and Signboards).
|
57 |
|
58 |
This model's API is also integrated to another [WebApp](https://yolov8-custom-training-object-detection-j3besa9ppegzcdzslzsk8t.streamlit.app/).
|
59 |
|