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
In first example for the Tag from URL there is double g at the end of the link to the image.
There is: result = clarifai_api.tag_image_urls('https://samples.clarifai.com/metro-north.jpgg')
It should be: result = clarifai_api.tag_image_urls('https://samples.clarifai.com/metro-north.jpg')
The text was updated successfully, but these errors were encountered:
IgWod
changed the title
Type in README.md
Typo in README.md
Oct 8, 2016
In first example for the Tag from URL there is double g at the end of the link to the image.
There is:
result = clarifai_api.tag_image_urls('https://samples.clarifai.com/metro-north.jpgg')
It should be:
result = clarifai_api.tag_image_urls('https://samples.clarifai.com/metro-north.jpg')
The text was updated successfully, but these errors were encountered: