You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
importpublic_ai_hubmodel_name='is_dog'# Only support is_dog and embmodel=public_ai_hub.build_model(model_name)
res=model.predict('samples/dog.jpg')
print(res)