Update app.py
Browse files
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()
|