Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -173,8 +173,8 @@ demo = gr.Interface(
|
|
173 |
query_image,
|
174 |
inputs=[gr.Image()],
|
175 |
outputs="image",
|
176 |
-
title="Image Segmentation
|
177 |
-
description = "
|
178 |
examples=["IMG_011942.jpeg","IMG_005339.jpeg","IMG_004753.jpeg","IMG_011617.jpeg","IMG_003022.jpeg"]
|
179 |
)
|
180 |
|
|
|
173 |
query_image,
|
174 |
inputs=[gr.Image()],
|
175 |
outputs="image",
|
176 |
+
title="Image Segmentation on aerial imagery",
|
177 |
+
description = "model finetuned on IGN flair-one dataset",
|
178 |
examples=["IMG_011942.jpeg","IMG_005339.jpeg","IMG_004753.jpeg","IMG_011617.jpeg","IMG_003022.jpeg"]
|
179 |
)
|
180 |
|