Harsh commited on
Commit
383b2f5
·
1 Parent(s): a521d53

Remove share=True - not supported on HF Spaces

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -264,4 +264,4 @@ with gr.Blocks(title="GeoSpatial-LiDAR-3D Point Cloud Visualizer") as demo:
264
  )
265
 
266
  if __name__ == "__main__":
267
- demo.launch(share=True)
 
264
  )
265
 
266
  if __name__ == "__main__":
267
+ demo.launch()