edit : clip-vit 모델 추가
This commit is contained in:
@@ -38,7 +38,7 @@ API_KEY_HEADER = APIKeyHeader(name='Authorization', auto_error=False)
|
||||
@asynccontextmanager
|
||||
async def lifespan(app: FastAPI):
|
||||
# When service starts.
|
||||
LOG.info("REST start")
|
||||
LOG.info(f"REST start (port : {conf().REST_SERVER_PORT})")
|
||||
|
||||
yield
|
||||
|
||||
|
||||
Reference in New Issue
Block a user