update ieemoo-ai-isempty.py.

This commit is contained in:
Brainway
2023-02-06 07:27:05 +00:00
committed by Gitee
parent c1320aa09a
commit 1f63f8ed93

View File

@ -140,7 +140,7 @@ def getByte(path):
return img_str
if __name__ == "__main__":
app.run(host='0.0.0.0', port=8888)
app.run(host='0.0.0.0', port=8092)
# result ={}
# imgdata = base64.b64decode(getByte("img.jpg"))