Sanshruth commited on
Commit
ced7d4d
·
verified ·
1 Parent(s): a3397d3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -246,7 +246,7 @@ def process_video(confidence_threshold=0.5, selected_classes=None, stream_url=No
246
 
247
  # Define the Gradio interface
248
  with gr.Blocks() as demo:
249
- gr.Markdown("<h1>Detect and count objects crossing a line with Yolo11n</h1></center>")
250
  gr.Markdown("## https://github.com/SanshruthR/CCTV_SENTRY_YOLO11")
251
 
252
 
 
246
 
247
  # Define the Gradio interface
248
  with gr.Blocks() as demo:
249
+ gr.Markdown("<h1>Real-time monitoring, object tracking, and line-crossing detection for CCTV camera streams.</h1></center>")
250
  gr.Markdown("## https://github.com/SanshruthR/CCTV_SENTRY_YOLO11")
251
 
252