Spaces:
Running
Running
Update app.py
Browse files
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>
|
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 |
|