Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
VelaTest
/
Look-A-Like_Image-Finder
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Look-A-Like_Image-Finder
/
src
/
api
/
schemas
/
schema.py
Vela
Set up api
df464b1
4 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
93 Bytes
from
pydantic
import
BaseModel
class
ImageSearch
(
BaseModel
):
query_text:
str
=
"Dogs"