Raghuramvar commited on
Commit
ba0ebb3
1 Parent(s): d7e4d35

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -35,11 +35,11 @@ demo = gr.Interface(
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
- examples=[["dog.jpg"]]
41
  )
42
 
43
  demo.launch()
44
 
 
45
  #credit - Gradio docs
 
35
  query_image,
36
  inputs=[gr.Image()],
37
  outputs="image",
38
+ title="Image Segmentation",
39
  description = "Please upload an image to see segmentation capabilities of this model",
 
40
  )
41
 
42
  demo.launch()
43
 
44
+
45
  #credit - Gradio docs