liangzhongquan 2 년 전
부모
커밋
a412d85bcb
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      testing/test_layout.py

+ 1 - 1
testing/test_layout.py

@@ -1,7 +1,7 @@
 import unittest
 import requests
 
-url = 'http://192.168.199.107:18089/detect'
+url = 'http://localhost:8080/detect'
 
 
 def send_request(image_path):