Spaces:
Runtime error
Runtime error
Upload 2 files
Browse files
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)
|