RedBottle13 commited on
Commit
06bac78
·
verified ·
1 Parent(s): 76b1481

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -80,7 +80,8 @@ demo = gr.Interface(
80
  inputs= gr.Image(type='filepath'),
81
  outputs="image",
82
  title='Sky Segmentation',
83
- description='Sky Pixel Identification in Images using Traditional Computer Vision Techniques'
 
84
  )
85
  if __name__ == "__main__":
86
- demo.launch()
 
80
  inputs= gr.Image(type='filepath'),
81
  outputs="image",
82
  title='Sky Segmentation',
83
+ description='Sky Pixel Identification in Images using Traditional Computer Vision Techniques'
84
+ examples=["example.png"])
85
  )
86
  if __name__ == "__main__":
87
+ demo.launch(share=True)