Sanshruth commited on
Commit
fb742e1
·
verified ·
1 Parent(s): 896b496

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -277,7 +277,10 @@ 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
- stream_url = gr.Textbox(label="Enter IP Camera Stream URL", value="https://s104.ipcamlive.com/streams/68idokwtondsqpmkr/stream.m3u8", visible=False)
 
 
 
281
 
282
  # Step 1: Extract the first frame from the stream
283
  gr.Markdown("### Step 1: Click on the frame to draw a line, the objects crossing it would be counted in real-time.")
 
277
  gr.Markdown("## https://github.com/SanshruthR/CCTV_SENTRY_YOLO11")
278
 
279
  # Step 1: Enter the IP Camera Stream URL
280
+ ip="https://view.h264.cam/ref/kta/live.primary.m3u8"
281
+ # ip="https://s104.ipcamlive.com/streams/68idokwtondsqpmkr/stream.m3u8"
282
+ stream_url = gr.Textbox(label="Enter IP Camera Stream URL", value=ip, visible=False)
283
+
284
 
285
  # Step 1: Extract the first frame from the stream
286
  gr.Markdown("### Step 1: Click on the frame to draw a line, the objects crossing it would be counted in real-time.")