Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -96,7 +96,7 @@ with gr.Blocks() as iface:
|
|
| 96 |
mse_voice_hist = gr.Plot(label="MSE Distribution: Voice")
|
| 97 |
mse_voice_heatmap = gr.Plot(label="MSE Heatmap: Voice")
|
| 98 |
|
| 99 |
-
with gr.TabItem("
|
| 100 |
heatmap_video = gr.Video(label="Video with Anomaly Heatmap")
|
| 101 |
correlation_heatmap_plot = gr.Plot(label="Correlation Heatmap")
|
| 102 |
|
|
|
|
| 96 |
mse_voice_hist = gr.Plot(label="MSE Distribution: Voice")
|
| 97 |
mse_voice_heatmap = gr.Plot(label="MSE Heatmap: Voice")
|
| 98 |
|
| 99 |
+
with gr.TabItem("Combined"):
|
| 100 |
heatmap_video = gr.Video(label="Video with Anomaly Heatmap")
|
| 101 |
correlation_heatmap_plot = gr.Plot(label="Correlation Heatmap")
|
| 102 |
|