Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
bardd
/
search_pt
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
16d282e
search_pt
/
data_models
/
models.py
Last commit not found
raw
Copy download link
history
blame
Safe
87 Bytes
from
pydantic
import
BaseModel
class
SearchQuery
(
BaseModel
):
user_search_query:
str