client_single_image.py

import requests requests.post( f"http://127.0.0.1:8888/predict/ShuffleNetV2", files = { 'file': open("images/akiec.jpg", 'rb') } ).json()

Be the first to comment

You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.