mirror of
https://github.com/VinciGit00/Scrapegraph-ai.git
synced 2026-07-01 21:00:48 +08:00
chore(examples): fix import bug in image2text demo
Co-Authored-By: Marco Vinciguerra <88108002+VinciGit00@users.noreply.github.com>
This commit is contained in:
parent
9e1d0f6506
commit
71438a1e86
@ -5,7 +5,7 @@ Example of ImageToTextNode
|
||||
import os
|
||||
from dotenv import load_dotenv
|
||||
from scrapegraphai.nodes import ImageToTextNode
|
||||
from langchain_openai import ChatOpenAIImageToText
|
||||
from scrapegraphai.models import OpenAIImageToText
|
||||
|
||||
load_dotenv()
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user