From ce4183a3c5541fb2d249cdbd3a654d1f9ba2fdfe Mon Sep 17 00:00:00 2001 From: evelynmitchell Date: Mon, 20 Nov 2023 07:27:40 -0700 Subject: [PATCH] fix review comments --- example.py | 1 - swarms/models/layoutlm_document_qa.py | 2 -- 2 files changed, 3 deletions(-) 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 """