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
i am running Analyze_a_Video_Classification, get no text parameter error.
i ask aistudio, he suggest me to change the line response = model.generate_content([video_file]) to
response = model.generate_content(["Here is a video I want you to name: ", video_file])
then it can work
Actual vs expected behavior:
No response
Any other information you'd like to share?
No response
The text was updated successfully, but these errors were encountered:
Description of the bug:
i am running Analyze_a_Video_Classification, get no text parameter error.
i ask aistudio, he suggest me to change the line response = model.generate_content([video_file]) to
response = model.generate_content(["Here is a video I want you to name: ", video_file])
then it can work
Actual vs expected behavior:
No response
Any other information you'd like to share?
No response
The text was updated successfully, but these errors were encountered: