alanoix commited on
Commit
fbf6114
1 Parent(s): d4165f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -173,8 +173,8 @@ demo = gr.Interface(
173
  query_image,
174
  inputs=[gr.Image()],
175
  outputs="image",
176
- title="Image Segmentation Demo",
177
- description = "Please upload an image to see segmentation capabilities of this model",
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