reab5555 commited on
Commit
96ccaf5
·
verified ·
1 Parent(s): c48b3e6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Video with Heatmap"):
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