Spaces:
Runtime error
Runtime error
jonathanjordan21
commited on
Commit
•
1924444
1
Parent(s):
a0a9d69
Update components/caption_chain.py
Browse files
components/caption_chain.py
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
from langchain import PromptTemplate
|
2 |
from langchain.chains import LLMChain
|
3 |
|
4 |
def chain(llm):
|
|
|
1 |
+
from langchain.prompts import PromptTemplate
|
2 |
from langchain.chains import LLMChain
|
3 |
|
4 |
def chain(llm):
|