I wrote a Python code to analyze a video stored in my Google Cloud Storage using the Google Cloud Video Intelligence API for label detection. When I used the "Try Now" feature on the Google Cloud Video Intelligence documentation page, I received the following tags (see snapshot below).
However, when I ran my Python code in Google Colab for the same video, I only received one tag, "song," which is not relevant to the content of the video. Can anyone help me understand why there is a discrepancy between the results from the "Try Now" feature and my Python code?