reab5555 commited on
Commit
610cab7
·
verified ·
1 Parent(s): 8ed31f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -98,6 +98,10 @@ with gr.Blocks() as iface:
98
  heatmap_video = gr.Video(label="Video with Anomaly Heatmap")
99
  combined_mse_plot = gr.Plot(label="Combined MSE Plot")
100
  correlation_heatmap_plot = gr.Plot(label="Correlation Heatmap")
 
 
 
 
101
 
102
  df_store = gr.State()
103
  mse_features_store = gr.State()
 
98
  heatmap_video = gr.Video(label="Video with Anomaly Heatmap")
99
  combined_mse_plot = gr.Plot(label="Combined MSE Plot")
100
  correlation_heatmap_plot = gr.Plot(label="Correlation Heatmap")
101
+
102
+ gr.Markdown("""
103
+ XYZ
104
+ """)
105
 
106
  df_store = gr.State()
107
  mse_features_store = gr.State()