loodvanniekerkginkgo commited on
Commit
ea07f64
·
1 Parent(s): 6836e69

Turn share off

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -265,5 +265,5 @@ with gr.Blocks(theme=gr.themes.Default(text_size=sizes.text_lg)) as demo:
265
 
266
  if __name__ == "__main__":
267
  demo.launch(
268
- ssr_mode=False, app_kwargs={"lifespan": periodic_data_fetch}, share=True
269
  )
 
265
 
266
  if __name__ == "__main__":
267
  demo.launch(
268
+ ssr_mode=False, app_kwargs={"lifespan": periodic_data_fetch},
269
  )