Browse Source

update url

leon 2 tháng trước cách đây
mục cha
commit
24b676ea34
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      infer.py

+ 1 - 1
infer.py

@@ -267,7 +267,7 @@ if __name__ == "__main__":
                                 ('oldFile', (filenameori, contentori, 'image/jpeg')),
                             ]
             
-                result = requests.post('http://172.19.145.197/open/api/operate/upload', data=payload, files=files)
+                result = requests.post('http://172.19.152.231/open/api/operate/upload', data=payload, files=files)
                 logger.info(result)
             except Exception as error:
                 logger.error('Error : ', str(error))