Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ iface = gr.Interface(
|
|
89 |
gr.Gallery(format="png"),
|
90 |
gr.Textbox(label="Area of each mask in the image")
|
91 |
],
|
92 |
-
title="
|
93 |
)
|
94 |
|
95 |
if __name__ == "__main__":
|
|
|
89 |
gr.Gallery(format="png"),
|
90 |
gr.Textbox(label="Area of each mask in the image")
|
91 |
],
|
92 |
+
title="Cyclists segmentation model",
|
93 |
)
|
94 |
|
95 |
if __name__ == "__main__":
|