Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -631,12 +631,7 @@ with gr.Blocks(css=css, js=js, theme=gr.themes.Soft()) as demo:
|
|
| 631 |
outputs=[r2_output, avg_target_output, factor_performance_plot, driver_analysis_plot]
|
| 632 |
)
|
| 633 |
|
| 634 |
-
|
| 635 |
-
demo.load(
|
| 636 |
-
fn=load_default_file,
|
| 637 |
-
inputs=[],
|
| 638 |
-
outputs=[r2_output, avg_target_output, factor_performance_plot, driver_analysis_plot]
|
| 639 |
-
)
|
| 640 |
|
| 641 |
# Launch the demo
|
| 642 |
demo.launch(server_name="0.0.0.0", share=False)
|
|
|
|
| 631 |
outputs=[r2_output, avg_target_output, factor_performance_plot, driver_analysis_plot]
|
| 632 |
)
|
| 633 |
|
| 634 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 635 |
|
| 636 |
# Launch the demo
|
| 637 |
demo.launch(server_name="0.0.0.0", share=False)
|