Update app.py
Browse files
app.py
CHANGED
@@ -75,10 +75,9 @@ with gr.Blocks() as iface:
|
|
75 |
execution_time = gr.Number(label="Execution Time (seconds)")
|
76 |
|
77 |
with gr.Group(visible=False) as results_group:
|
78 |
-
results_text = gr.TextArea(label="Anomaly Detection Results", lines=4)
|
79 |
-
|
80 |
with gr.Tabs():
|
81 |
with gr.TabItem("Facial Features"):
|
|
|
82 |
mse_features_plot = gr.Plot(label="MSE: Facial Features")
|
83 |
mse_features_hist = gr.Plot(label="MSE Distribution: Facial Features")
|
84 |
mse_features_heatmap = gr.Plot(label="MSE Heatmap: Facial Features")
|
|
|
75 |
execution_time = gr.Number(label="Execution Time (seconds)")
|
76 |
|
77 |
with gr.Group(visible=False) as results_group:
|
|
|
|
|
78 |
with gr.Tabs():
|
79 |
with gr.TabItem("Facial Features"):
|
80 |
+
results_text = gr.TextArea(label="Faces Breakdown", lines=5)
|
81 |
mse_features_plot = gr.Plot(label="MSE: Facial Features")
|
82 |
mse_features_hist = gr.Plot(label="MSE Distribution: Facial Features")
|
83 |
mse_features_heatmap = gr.Plot(label="MSE Heatmap: Facial Features")
|