Sanshruth commited on
Commit
e513580
·
verified ·
1 Parent(s): 8f2c4d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -253,7 +253,8 @@ with gr.Blocks() as demo:
253
 
254
  # Step 1: Enter the IP Camera Stream URL
255
  # gr.Markdown("### Step 0: Enter the IP Camera Stream URL")
256
- stream_url = gr.Textbox(label="Enter IP Camera Stream URL", value="https://s103.ipcamlive.com/streams/67n4ojknye7lkxpmf/stream.m3u8", visible=False)
 
257
 
258
  # Step 1: Extract the first frame from the stream
259
  gr.Markdown("### Step 1: Click on the frame to draw a line, the objects crossing it would be counted in real-time.")
 
253
 
254
  # Step 1: Enter the IP Camera Stream URL
255
  # gr.Markdown("### Step 0: Enter the IP Camera Stream URL")
256
+ # stream_url = gr.Textbox(label="Enter IP Camera Stream URL", value="https://s103.ipcamlive.com/streams/67n4ojknye7lkxpmf/stream.m3u8", visible=False)
257
+ stream_url = gr.Textbox(label="Enter IP Camera Stream URL", value="https://s104.ipcamlive.com/streams/68idokwtondsqpmkr/stream.m3u8", visible=False)
258
 
259
  # Step 1: Extract the first frame from the stream
260
  gr.Markdown("### Step 1: Click on the frame to draw a line, the objects crossing it would be counted in real-time.")