fcakyon commited on
Commit
4765a1d
1 Parent(s): 636818e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -124,8 +124,8 @@ inputs = [
124
 
125
  outputs = [gr.outputs.Image(type="pil", label="Output")]
126
 
127
- title = "Small Object Detection from Satellite Images with SAHI + YOLOv5"
128
- description = "SAHI + YOLOv5 demo for small object detection from satellite images. Upload an image or click an example image to use."
129
  article = "<p style='text-align: center'>SAHI is a lightweight vision library for performing large scale object detection/ instance segmentation.. <a href='https://github.com/obss/sahi'>SAHI Github</a> | <a href='https://medium.com/codable/sahi-a-vision-library-for-performing-sliced-inference-on-large-images-small-objects-c8b086af3b80'>SAHI Blog</a> | <a href='https://github.com/fcakyon/yolov5-pip'>YOLOv5 Github</a> </p>"
130
  examples = [
131
  [model_types[1], "26.jpg", 512, 512, 0.1, 0.1, "NMS", "IOU", 0.25, False],
 
124
 
125
  outputs = [gr.outputs.Image(type="pil", label="Output")]
126
 
127
+ title = "Building Detection from Satellite Images with SAHI + YOLOv5"
128
+ description = "SAHI + YOLOv5 demo for building detection from satellite images. Upload an image or click an example image to use."
129
  article = "<p style='text-align: center'>SAHI is a lightweight vision library for performing large scale object detection/ instance segmentation.. <a href='https://github.com/obss/sahi'>SAHI Github</a> | <a href='https://medium.com/codable/sahi-a-vision-library-for-performing-sliced-inference-on-large-images-small-objects-c8b086af3b80'>SAHI Blog</a> | <a href='https://github.com/fcakyon/yolov5-pip'>YOLOv5 Github</a> </p>"
130
  examples = [
131
  [model_types[1], "26.jpg", 512, 512, 0.1, 0.1, "NMS", "IOU", 0.25, False],