Dricz commited on
Commit
bfa44c0
·
verified ·
1 Parent(s): dbfd4ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=response, inputs=inputs, outputs=outputs)
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()