wedyanessam commited on
Commit
a6da7ae
·
verified ·
1 Parent(s): cd6ccce

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -37,3 +37,8 @@ demo = gr.Interface(
37
  title="YOLOv8 Product Detection",
38
  description="Upload an image of a shelf to detect and count corn products using a trained YOLOv8 model."
39
  )
 
 
 
 
 
 
37
  title="YOLOv8 Product Detection",
38
  description="Upload an image of a shelf to detect and count corn products using a trained YOLOv8 model."
39
  )
40
+
41
+
42
+ if __name__ == "__main__":
43
+ demo.launch()
44
+