This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from google import genai | |
from google.genai import types | |
import typing_extensions as typing | |
from PIL import Image | |
import requests | |
import io | |
import json | |
import os | |