diff --git a/example.py b/example.py index e399821d..9607d819 100644 --- a/example.py +++ b/example.py @@ -1,4 +1,3 @@ -from swarms.models import OpenAIChat from swarms.structs import Flow import os diff --git a/swarms/models/layoutlm_document_qa.py b/swarms/models/layoutlm_document_qa.py index 6550518b..cdacd245 100644 --- a/swarms/models/layoutlm_document_qa.py +++ b/swarms/models/layoutlm_document_qa.py @@ -2,8 +2,6 @@ LayoutLMDocumentQA is a multimodal good for visual question answering on real world docs lik invoice, pdfs, etc """ -from transformers import pipeline - class """