Raghuramvar commited on
Commit
acbc914
1 Parent(s): 58330f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -37,6 +37,7 @@ demo = gr.Interface(
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()
 
37
  outputs="image",
38
  title="Image Segmentation",
39
  description = "Please upload an image to see segmentation capabilities of this model",
40
+ article='developed by Raghuramvarma🤗'
41
  )
42
 
43
  demo.launch()