RedBottle13 commited on
Commit
c82d8b7
·
verified ·
1 Parent(s): 7a6a384

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -83,5 +83,5 @@ demo = gr.Interface(
83
  description='Sky Pixel Identification in Images using Traditional Computer Vision Techniques',
84
  examples=["example.png", "example2.png", "example3.png"]
85
  )
86
- if __name__ == "__main__":
87
- demo.launch(share=True)
 
83
  description='Sky Pixel Identification in Images using Traditional Computer Vision Techniques',
84
  examples=["example.png", "example2.png", "example3.png"]
85
  )
86
+
87
+ demo.launch()