Spaces:
Sleeping
Sleeping
Boakye I. Ababio commited on
Commit ·
ad4048f
1
Parent(s): 73144c4
pydantic and python version
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ from langchain.chat_models import ChatOpenAI
|
|
| 8 |
from langchain.memory import ConversationBufferMemory
|
| 9 |
from langchain.chains import ConversationalRetrievalChain
|
| 10 |
from htmlTemplates import css, bot_template, user_template
|
| 11 |
-
from langchain.llms import HuggingFaceHub
|
| 12 |
|
| 13 |
def get_pdf_text(pdf_docs):
|
| 14 |
text = ""
|
|
|
|
| 8 |
from langchain.memory import ConversationBufferMemory
|
| 9 |
from langchain.chains import ConversationalRetrievalChain
|
| 10 |
from htmlTemplates import css, bot_template, user_template
|
| 11 |
+
# from langchain.llms import HuggingFaceHub
|
| 12 |
|
| 13 |
def get_pdf_text(pdf_docs):
|
| 14 |
text = ""
|