RedBottle13 commited on
Commit
4e4068b
·
verified ·
1 Parent(s): 6da7e15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ demo = gr.Interface(
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)
 
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)