Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Africtivistes
/
audit_api
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
b5410d6
audit_api
/
models.py
dofbi
♻️ refactor (api): Flask to FastAPI
89c8ad5
about 1 month ago
raw
Copy download link
history
blame
Safe
94 Bytes
from
pydantic
import
BaseModel
class
AuditResponses
(
BaseModel
):
responses:
dict
[
str
,
str
]