wuchangsheng951
commited on
Commit
·
be73ea3
1
Parent(s):
99fb858
Add application file
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ from langchain.document_loaders import UnstructuredPDFLoader
|
|
21 |
from langchain.vectorstores.faiss import FAISS
|
22 |
from langchain.embeddings.openai import OpenAIEmbeddings
|
23 |
from flask import send_file
|
24 |
-
from IPython.display import Markdown, display
|
25 |
|
26 |
|
27 |
class REPOGPT:
|
|
|
21 |
from langchain.vectorstores.faiss import FAISS
|
22 |
from langchain.embeddings.openai import OpenAIEmbeddings
|
23 |
from flask import send_file
|
24 |
+
# from IPython.display import Markdown, display
|
25 |
|
26 |
|
27 |
class REPOGPT:
|