ajcdp commited on
Commit
e83ff37
1 Parent(s): 9f36118

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -35,7 +35,10 @@ demo = gr.Interface(
35
  query_image,
36
  inputs=[gr.Image()],
37
  outputs="image",
38
- title="MaskFormer Demo"
 
39
  )
40
 
41
- demo.launch()
 
 
 
35
  query_image,
36
  inputs=[gr.Image()],
37
  outputs="image",
38
+ title="Image Segmentation Demo",
39
+ description = "Please upload an image to see segmentation capabilities of this model"
40
  )
41
 
42
+ demo.launch()
43
+
44
+ #credit - Gradio docs