Skip to content

Commit

Permalink
Update detection.py
Browse files Browse the repository at this point in the history
  • Loading branch information
erenyeager101 authored Oct 19, 2024
1 parent 8eea418 commit a085414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"dog", "horse", "motorbike", "person", "pottedplant", "sheep",
"sofa", "train", "tvmonitor"]

SERVER_URL = 'http://localhost:3000/update_data'
SERVER_URL = 'https://crowd-monitoring-hack2skill.vercel.app/update_data'

CAMERAS = [
{"source": 0, "coordinates": {"latitude": 18.5204, "longitude": 73.8567}},
Expand Down

0 comments on commit a085414

Please sign in to comment.