Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -97,7 +97,7 @@ with gr.Blocks() as iface:
|
|
| 97 |
|
| 98 |
with gr.TabItem("Video with Heatmap"):
|
| 99 |
heatmap_video = gr.Video(label="Video with Anomaly Heatmap")
|
| 100 |
-
|
| 101 |
df_store = gr.State()
|
| 102 |
mse_features_store = gr.State()
|
| 103 |
mse_posture_store = gr.State()
|
|
|
|
| 97 |
|
| 98 |
with gr.TabItem("Video with Heatmap"):
|
| 99 |
heatmap_video = gr.Video(label="Video with Anomaly Heatmap")
|
| 100 |
+
|
| 101 |
df_store = gr.State()
|
| 102 |
mse_features_store = gr.State()
|
| 103 |
mse_posture_store = gr.State()
|