Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
ApyHTML19
/
Triple-R-Checker
like
1
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5309c0a
Triple-R-Checker
/
api
/
schema.py
=Apyhtml20
Deploy Triple-R Checker: FastAPI + Angular frontend
9861b96
about 1 month ago
Raw
Download with hf CLI
Copy download link
History
Blame
Safe
137 Bytes
from
pydantic
import
BaseModel
class
ClaimRequest
(
BaseModel
):
claim:
str
class
PredictionResponse
(
BaseModel
):
prediction:
str