Update app.py
Browse files
app.py
CHANGED
@@ -118,5 +118,5 @@ with gr.Blocks(analytics_enabled=False) as demo:
|
|
118 |
btn.click(create_plot, inputs=[s_x1, s_y1, s_x2, s_y2, s_cov1, s_cov2, s_n_samples1, s_n_samples2, s_max_depth, s_n_estimators], outputs=[plot])
|
119 |
demo.load(create_plot, inputs=[s_x1, s_y1, s_x2, s_y2, s_cov1, s_cov2, s_n_samples1, s_n_samples2, s_max_depth, s_n_estimators], outputs=[plot])
|
120 |
|
121 |
-
demo.launch(
|
122 |
#=======================================================
|
|
|
118 |
btn.click(create_plot, inputs=[s_x1, s_y1, s_x2, s_y2, s_cov1, s_cov2, s_n_samples1, s_n_samples2, s_max_depth, s_n_estimators], outputs=[plot])
|
119 |
demo.load(create_plot, inputs=[s_x1, s_y1, s_x2, s_y2, s_cov1, s_cov2, s_n_samples1, s_n_samples2, s_max_depth, s_n_estimators], outputs=[plot])
|
120 |
|
121 |
+
demo.launch()
|
122 |
#=======================================================
|