Marcel0123 commited on
Commit
e200f6b
·
verified ·
1 Parent(s): 4d73445

Upload 2 files

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -152,4 +152,4 @@ with gr.Blocks(title="PCA Biplot — Diabetes (kleur: BMI)") as demo:
152
  demo.load(fn=pca_biplot, inputs=inputs, outputs=[plot_biplot, plot_expl, table, summary])
153
 
154
  if __name__ == "__main__":
155
- demo.launch()
 
152
  demo.load(fn=pca_biplot, inputs=inputs, outputs=[plot_biplot, plot_expl, table, summary])
153
 
154
  if __name__ == "__main__":
155
+ demo.queue().launch(server_name="0.0.0.0", server_port=7860, ssr_mode=False, show_api=False)