update
This commit is contained in:
@@ -7,8 +7,4 @@ with open(img_path, 'rb') as img:
|
||||
files = {'img': img}
|
||||
response = requests.post(url, files=files)
|
||||
|
||||
# data = {"img_path": img_path}
|
||||
|
||||
# response = requests.post(url, json=data)
|
||||
|
||||
print(response.text)
|
||||
|
||||
Reference in New Issue
Block a user