Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
blasisd
/
musheff-api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
2b27c2d
musheff-api
/
src
/
schema.py
blasisd
Initial commit
9e35b9e
about 1 month ago
raw
Copy download link
history
blame
Safe
145 Bytes
from
pydantic
import
BaseModel
class
MushroomClassification
(
BaseModel
):
mushroom_type:
str
toxicity_profile:
str
confidence:
float