Showing
3 changed files
with
1 additions
and
1 deletions
... | @@ -24,7 +24,7 @@ print('Running on device: {}'.format(device)) | ... | @@ -24,7 +24,7 @@ print('Running on device: {}'.format(device)) |
24 | 24 | ||
25 | mtcnn = MTCNN(keep_all=True, device=device) | 25 | mtcnn = MTCNN(keep_all=True, device=device) |
26 | 26 | ||
27 | -uri = 'ws://localhost:8765' | 27 | +uri = 'ws://169.56.95.131:8765' |
28 | 28 | ||
29 | async def send_face(face_list): | 29 | async def send_face(face_list): |
30 | global uri | 30 | global uri | ... | ... |
No preview for this file type
No preview for this file type
-
Please register or login to post a comment