Sanshruth commited on
Commit
a4c4c84
·
verified ·
1 Parent(s): e80cb05

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -277,7 +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://s23.ipcamlive.com/streams/17l8jnqwzieabm941/stream.m3u8"
281
  stream_url = gr.Textbox(label="Enter IP Camera Stream URL", value=ip, visible=False)
282
 
283
 
 
277
  gr.Markdown("## https://github.com/SanshruthR/CCTV_SENTRY_YOLO11")
278
 
279
  # Step 1: Enter the IP Camera Stream URL
280
+ ip="https://59d39900ebfb8.streamlock.net/Channels301/default.stream/chunklist_w1780413149.m3u8"
281
  stream_url = gr.Textbox(label="Enter IP Camera Stream URL", value=ip, visible=False)
282
 
283