cloud450 commited on
Commit
e5080b9
·
verified ·
1 Parent(s): 439f919

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -503,17 +503,17 @@ with gr.Blocks(css=CSS, title="⚡ Transformer OT Forecaster") as demo:
503
  with gr.TabItem("📈 Overview"):
504
  overview_img = gr.Image(
505
  label="Time Series Overview & Correlations",
506
- type="filepath", show_download_button=True
507
  )
508
  with gr.TabItem("🔮 Forecast"):
509
  forecast_img = gr.Image(
510
  label="ARIMAX Forecast",
511
- type="filepath", show_download_button=True
512
  )
513
  with gr.TabItem("🚨 Anomalies"):
514
  anomaly_img = gr.Image(
515
  label="Anomaly Detection",
516
- type="filepath", show_download_button=True
517
  )
518
  with gr.TabItem("📋 ADF Report"):
519
  adf_output = gr.Textbox(
 
503
  with gr.TabItem("📈 Overview"):
504
  overview_img = gr.Image(
505
  label="Time Series Overview & Correlations",
506
+ type="filepath"
507
  )
508
  with gr.TabItem("🔮 Forecast"):
509
  forecast_img = gr.Image(
510
  label="ARIMAX Forecast",
511
+ type="filepath"
512
  )
513
  with gr.TabItem("🚨 Anomalies"):
514
  anomaly_img = gr.Image(
515
  label="Anomaly Detection",
516
+ type="filepath"
517
  )
518
  with gr.TabItem("📋 ADF Report"):
519
  adf_output = gr.Textbox(