Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
LeonardoMdSA
/
ML-Inference-Service-with-Drift-Detection
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ML-Inference-Service-with-Drift-Detection
/
app
/
core
/
templates.py
LeonardoMdSA
Barely functional working frontend
a472415
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
103 Bytes
from
fastapi.templating
import
Jinja2Templates
templates = Jinja2Templates(directory=
"app/templates"
)