Spaces:
Runtime error
Runtime error
xinwei89
commited on
Commit
·
74ee8cd
1
Parent(s):
8ae7071
change title
Browse files
app.py
CHANGED
@@ -10,8 +10,8 @@ color_mode_select = gr.inputs.Radio(["Black/white", "Random", "Segmentation"])
|
|
10 |
|
11 |
# gradio outputs
|
12 |
output_image = gr.outputs.Image(type="pil", label="Output Image")
|
13 |
-
title = "
|
14 |
-
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"
|
15 |
|
16 |
# gradio interface
|
17 |
interface = gr.Interface(
|
|
|
10 |
|
11 |
# gradio outputs
|
12 |
output_image = gr.outputs.Image(type="pil", label="Output Image")
|
13 |
+
title = "Aerial Image Segmentation"
|
14 |
+
description = "An instance segmentation demo for identifying boundaries of buildings and trees in aerial images using DETR (End-to-End Object Detection) model with MaskRCNN-101 backbone"
|
15 |
|
16 |
# gradio interface
|
17 |
interface = gr.Interface(
|