Paulownia commited on
Commit
212b6df
·
verified ·
1 Parent(s): e796b88

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Slate()) 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
 
 
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