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):