Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -274,7 +274,7 @@ def process_video(confidence_threshold=0.5, selected_classes=None, stream_url=No
|
|
| 274 |
# Define the Gradio interface
|
| 275 |
with gr.Blocks() as demo:
|
| 276 |
gr.Markdown("<h1>Real-time monitoring, object tracking, and line-crossing detection for CCTV camera streams.</h1></center>")
|
| 277 |
-
gr.Markdown("## https://github.com/SanshruthR/
|
| 278 |
|
| 279 |
# Step 1: Enter the IP Camera Stream URL
|
| 280 |
ip="https://59d39900ebfb8.streamlock.net/Channels301/default.stream/chunklist_w1780413149.m3u8"
|
|
|
|
| 274 |
# Define the Gradio interface
|
| 275 |
with gr.Blocks() as demo:
|
| 276 |
gr.Markdown("<h1>Real-time monitoring, object tracking, and line-crossing detection for CCTV camera streams.</h1></center>")
|
| 277 |
+
gr.Markdown("## https://github.com/SanshruthR/CCTV_SENTRY_YOLO12")
|
| 278 |
|
| 279 |
# Step 1: Enter the IP Camera Stream URL
|
| 280 |
ip="https://59d39900ebfb8.streamlock.net/Channels301/default.stream/chunklist_w1780413149.m3u8"
|