Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
segestic
/
BrainTum
like
0
Running
App
Files
Files
Community
efcef98
BrainTum
/
application
/
schema.py
olusegun.odewole
first commit
b7f151e
almost 2 years ago
raw
Copy download link
history
blame
Safe
174 Bytes
from
pydantic
import
BaseModel
class
Symptom
(
BaseModel
):
fever:
bool
=
False
dry_cough:
bool
=
False
tiredness:
bool
=
False
breathing_problem:
bool
=
False