Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
| 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,
|