Vela
Set up api
df464b1
raw
history blame
93 Bytes
from pydantic import BaseModel
class ImageSearch(BaseModel):
query_text: str = "Dogs"