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

Disable SSR to suppress async warnings

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()
 
264
  )
265
 
266
  if __name__ == "__main__":
267
+ demo.launch(ssr_mode=False)