remove unnecessary code (#1115)

* remove the extra rows
---------

Co-authored-by: Yingda Chen <yingda.chen@alibaba-inc.com>
This commit is contained in:
Jintao
2024-12-02 15:34:23 +08:00
committed by GitHub
parent 3017a70262
commit 0daf77d489

View File

@@ -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(