Views
No views yet
1from huggingface_hub import InferenceClient 2 3client = InferenceClient(model="best") 4result = client.image_segmentation(image)