Codex
Deploy SQuADDS ML inference API
7d2a23e
raw
history blame contribute delete
120 Bytes
from pathlib import Path
from squadds_ml_api.api import create_app
app = create_app(Path(__file__).resolve().parent)