diff --git a/modelscope/utils/hf_util.py b/modelscope/utils/hf_util.py index 7da30df2..8f7c06da 100644 --- a/modelscope/utils/hf_util.py +++ b/modelscope/utils/hf_util.py @@ -402,8 +402,6 @@ AutoModelForTableQuestionAnswering = get_wrapped_class( AutoModelForTableQuestionAnsweringHF) AutoModelForVisualQuestionAnswering = get_wrapped_class( AutoModelForVisualQuestionAnsweringHF) -AutoModelForKeypointDetection = get_wrapped_class( - AutoModelForKeypointDetectionHF) AutoModelForDocumentQuestionAnswering = get_wrapped_class( AutoModelForDocumentQuestionAnsweringHF) AutoModelForSemanticSegmentation = get_wrapped_class(