Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -61,4 +61,5 @@ description = "An instance segmentation demo for identifying boundaries of build
|
|
61 |
gr.Interface(segment_buildings,
|
62 |
inputs = inputs,
|
63 |
outputs = outputs,
|
|
|
64 |
description = description).launch(debug=True)
|
|
|
61 |
gr.Interface(segment_buildings,
|
62 |
inputs = inputs,
|
63 |
outputs = outputs,
|
64 |
+
title = title,
|
65 |
description = description).launch(debug=True)
|