nsfw-api/api/__init__.py
2024-07-19 23:10:58 +03:00

5 lines
79 B
Python

from fastapi import FastAPI
from nsfw_detector import predict
app = FastAPI()