Update app.py
Browse files
app.py
CHANGED
@@ -71,5 +71,5 @@ title = "YOLOv8 Custom Object Detection by Uyen Nguyen"
|
|
71 |
# Launch the Gradio interface in debug mode with queue enabled
|
72 |
# yolo_app.launch()
|
73 |
|
74 |
-
iface = gr.Interface(fn=
|
75 |
iface.launch()
|
|
|
71 |
# Launch the Gradio interface in debug mode with queue enabled
|
72 |
# yolo_app.launch()
|
73 |
|
74 |
+
iface = gr.Interface(fn=yoloV8_func, inputs=inputs, outputs=outputs)
|
75 |
iface.launch()
|