Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ def process_video(video_path, m_mov, m_fac, m_wea, m_pub, m_sus):
|
|
| 52 |
continue
|
| 53 |
|
| 54 |
# Define the Gradio Interface
|
| 55 |
-
with gr.Blocks(theme=gr.themes.
|
| 56 |
gr.Markdown("# 🛡️ Project SENTINEL v13 (Gradio Live Analysis)")
|
| 57 |
gr.Markdown("Upload a video to run the AI threat detection pipeline locally using Gradio. This leverages the `sentinel_app_v13.py` engine.")
|
| 58 |
|
|
|
|
| 52 |
continue
|
| 53 |
|
| 54 |
# Define the Gradio Interface
|
| 55 |
+
with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
| 56 |
gr.Markdown("# 🛡️ Project SENTINEL v13 (Gradio Live Analysis)")
|
| 57 |
gr.Markdown("Upload a video to run the AI threat detection pipeline locally using Gradio. This leverages the `sentinel_app_v13.py` engine.")
|
| 58 |
|