hlydecker commited on
Commit
e06d371
1 Parent(s): f87e841

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,7 +48,7 @@ title = "Building Segmentation"
48
  description = "An instance segmentation demo for identifying boundaries of buildings in aerial images using DETR (End-to-End Object Detection) model with MaskRCNN-101 backbone"
49
 
50
  # Create user interface and launch
51
- gr.Interface(predict_building_mask,
52
  inputs = gr_image_input,
53
  outputs = gr_image_output,
54
  title = title,
 
48
  description = "An instance segmentation demo for identifying boundaries of buildings in aerial images using DETR (End-to-End Object Detection) model with MaskRCNN-101 backbone"
49
 
50
  # Create user interface and launch
51
+ gr.Interface(segment_buildings,
52
  inputs = gr_image_input,
53
  outputs = gr_image_output,
54
  title = title,