Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -277,8 +277,7 @@ with gr.Blocks() as demo:
|
|
277 |
gr.Markdown("## https://github.com/SanshruthR/CCTV_SENTRY_YOLO11")
|
278 |
|
279 |
# Step 1: Enter the IP Camera Stream URL
|
280 |
-
# ip="https://
|
281 |
-
ip="https://tower.armorycam.com/stream/armorystream.m3u8"
|
282 |
stream_url = gr.Textbox(label="Enter IP Camera Stream URL", value=ip, visible=False)
|
283 |
|
284 |
|
|
|
277 |
gr.Markdown("## https://github.com/SanshruthR/CCTV_SENTRY_YOLO11")
|
278 |
|
279 |
# Step 1: Enter the IP Camera Stream URL
|
280 |
+
# ip="https://1-or.vdn.terrafox.net/live/downtown-silver.stream/chunks.m3u8?nimblesessionid=83446546"
|
|
|
281 |
stream_url = gr.Textbox(label="Enter IP Camera Stream URL", value=ip, visible=False)
|
282 |
|
283 |
|