diff --git a/BaiHu/Test/WD14.py b/BaiHu/Test/WD14.py index 312e5956..35924e40 100644 --- a/BaiHu/Test/WD14.py +++ b/BaiHu/Test/WD14.py @@ -1,5 +1,5 @@ from Util.SDUtil import get_wd_14 -server_address = "http://192.168.1.21:7860" +server_address = "http://192.168.1.21:7860/tagger/v1/interrogate" image_path = r'D:\KeCheng\BaiHu\Backup\mote2.png' print(get_wd_14(server_address, image_path)) diff --git a/BaiHu/Util/__pycache__/SDUtil.cpython-310.pyc b/BaiHu/Util/__pycache__/SDUtil.cpython-310.pyc index b0da8a47..7728046a 100644 Binary files a/BaiHu/Util/__pycache__/SDUtil.cpython-310.pyc and b/BaiHu/Util/__pycache__/SDUtil.cpython-310.pyc differ