YAML Metadata Warning:empty or missing yaml metadata in repo card
Check out the documentation for more information.
from ultralyticsplus import YOLO, postprocess_classify_output
# load model
model = YOLO('Revrse/icon-labelling')
# set image
image = 'test/155.png'
# perform inference
prediction = model(image)
# observe results
print(prediction[0].names[prediction[0].probs.top1])
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support