SoulPerforms commited on
Commit
b7559d9
·
verified ·
1 Parent(s): 3bf7765

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -49,8 +49,8 @@ iface = gr.Interface(
49
  title="Fire Detection using YOLOv8n on Gradio",
50
  description="Upload images for inference. The Ultralytics YOLOv8n trained model is used for inference.",
51
  examples=[
52
- [os.path.join(current_directory, "fire_image_1.jpg")],
53
- [os.path.join(current_directory, "fire_image_3.jpg")],
54
  ]
55
  )
56
 
 
49
  title="Fire Detection using YOLOv8n on Gradio",
50
  description="Upload images for inference. The Ultralytics YOLOv8n trained model is used for inference.",
51
  examples=[
52
+ [os.path.join(current_directory, "fire_image_1.jpg"), 0.25, 0.45],
53
+ [os.path.join(current_directory, "fire_image_3.jpg"), 0.25, 0.45],
54
  ]
55
  )
56