Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ import pdfplumber
|
|
| 4 |
import docx
|
| 5 |
import nltk
|
| 6 |
import gradio as gr
|
| 7 |
-
from
|
| 8 |
HuggingFaceEmbeddings,
|
| 9 |
OpenAIEmbeddings,
|
| 10 |
CohereEmbeddings,
|
|
|
|
| 4 |
import docx
|
| 5 |
import nltk
|
| 6 |
import gradio as gr
|
| 7 |
+
from langchain_community.embeddings import (
|
| 8 |
HuggingFaceEmbeddings,
|
| 9 |
OpenAIEmbeddings,
|
| 10 |
CohereEmbeddings,
|