rodolphethinks1 commited on
Commit
bb7aeac
·
verified ·
1 Parent(s): b4e852c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -177,5 +177,4 @@ with gr.Blocks(title="Sentinel Product Viewer") as demo:
177
  - **Random Selection**: A random image that matches the criteria will be selected for display
178
  """)
179
 
180
- if __name__ == "__main__":
181
- demo.launch(share=True)
 
177
  - **Random Selection**: A random image that matches the criteria will be selected for display
178
  """)
179
 
180
+ demo.launch()