Spaces:
Sleeping
Sleeping
Upload gradio_ui.py
Browse files- gradio_ui.py +1 -1
gradio_ui.py
CHANGED
|
@@ -121,7 +121,7 @@ with gr.Blocks() as demo:
|
|
| 121 |
plot_29 = gr.Plot()
|
| 122 |
gr.Markdown('### Comparison with Similar Building having Upgrade #31: Upgrade 28 + Upgrade 29')
|
| 123 |
plot_31 = gr.Plot()
|
| 124 |
-
gr.Markdown('## Anomaly detection')
|
| 125 |
plot_anomalies = gr.Plot()
|
| 126 |
make_inference.click(fn=inference_pipeline, inputs=[in_data_path, btype, state, size, index_col, value_col, forecast_period],
|
| 127 |
outputs=[plot_forecast_lookback,
|
|
|
|
| 121 |
plot_29 = gr.Plot()
|
| 122 |
gr.Markdown('### Comparison with Similar Building having Upgrade #31: Upgrade 28 + Upgrade 29')
|
| 123 |
plot_31 = gr.Plot()
|
| 124 |
+
gr.Markdown('## Anomaly detection (WIP)')
|
| 125 |
plot_anomalies = gr.Plot()
|
| 126 |
make_inference.click(fn=inference_pipeline, inputs=[in_data_path, btype, state, size, index_col, value_col, forecast_period],
|
| 127 |
outputs=[plot_forecast_lookback,
|