Skip to content

Commit

Permalink
143 deploy swin 22 spp model (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChromaticPanic authored Dec 5, 2024
1 parent 8e2b58c commit d903afe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions model/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from model.six_seeds import request_inference_from_nachet_6seeds

request_function = {
"swin-22-spp": request_inference_from_swin,
"swinv1-base-dataaugv2-1": request_inference_from_swin,
"seed-detector-1": request_inference_from_seed_detector,
"swinv1-base-dataaugv2-2": request_inference_from_swin,
Expand Down

0 comments on commit d903afe

Please sign in to comment.