Skip to content

Commit

Permalink
Merge pull request #34 from aodn/vietnguyengit-patch-1
Browse files Browse the repository at this point in the history
Update routes.py
  • Loading branch information
vietnguyengit authored Dec 16, 2024
2 parents 2bc3d49 + 0b43b5d commit 6cbf7e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion data_discovery_ai/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ async def health_check() -> HealthCheckResponse:

@router.post("/predict", dependencies=[Depends(api_key_auth)])
async def predict_keyword(payload: PredictKeywordRequest):
# selected_model = validate_model_name(payload.selected_model)
keyword_classifier_pipeline = KeywordClassifierPipeline(
is_data_changed=False,
use_pretrained_model=True,
Expand Down

0 comments on commit 6cbf7e1

Please sign in to comment.