"llm/vscode:/vscode.git/clone" did not exist on "c345053a8bf47d5ef8f1fe15d385108059209fba"
Unverified Commit 364ced68 authored by Yih-Dar's avatar Yih-Dar Committed by GitHub
Browse files

Remove `LanguageIdentificationTool` in `__init__.py` as we don't have it yet (#23326)



remove LanguageIdentificationTool
Co-authored-by: default avatarydshieh <ydshieh@users.noreply.github.com>
parent 273f5ba0
......@@ -38,7 +38,6 @@ else:
_import_structure["image_captioning"] = ["ImageCaptioningTool"]
_import_structure["image_question_answering"] = ["ImageQuestionAnsweringTool"]
_import_structure["image_segmentation"] = ["ImageSegmentationTool"]
_import_structure["language_identifier"] = ["LanguageIdentificationTool"]
_import_structure["speech_to_text"] = ["SpeechToTextTool"]
_import_structure["text_classification"] = ["TextClassificationTool"]
_import_structure["text_question_answering"] = ["TextQuestionAnsweringTool"]
......@@ -60,7 +59,6 @@ if TYPE_CHECKING:
from .image_captioning import ImageCaptioningTool
from .image_question_answering import ImageQuestionAnsweringTool
from .image_segmentation import ImageSegmentationTool
from .language_identifier import LanguageIdentificationTool
from .speech_to_text import SpeechToTextTool
from .text_classification import TextClassificationTool
from .text_question_answering import TextQuestionAnsweringTool
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment