Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -174,7 +174,7 @@ demo = gr.Interface(
|
|
174 |
inputs=[gr.Image()],
|
175 |
outputs="image",
|
176 |
title="Image Segmentation on aerial imagery",
|
177 |
-
description = "Segformer
|
178 |
examples=["IMG_011942.jpeg","IMG_005339.jpeg","IMG_004753.jpeg","IMG_011617.jpeg","IMG_003022.jpeg"]
|
179 |
)
|
180 |
|
|
|
174 |
inputs=[gr.Image()],
|
175 |
outputs="image",
|
176 |
title="Image Segmentation on aerial imagery",
|
177 |
+
description = "Segformer b0 finetuned on IGN flair-one dataset, more information here : https://huggingface.co/alanoix/segformer_b0_flair_one",
|
178 |
examples=["IMG_011942.jpeg","IMG_005339.jpeg","IMG_004753.jpeg","IMG_011617.jpeg","IMG_003022.jpeg"]
|
179 |
)
|
180 |
|