Spaces:
Sleeping
Sleeping
xavierbarbier
commited on
Commit
•
c298b5c
1
Parent(s):
dbf5d53
Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,8 @@ import gradio as gr
|
|
2 |
from gpt4all import GPT4All
|
3 |
from huggingface_hub import hf_hub_download
|
4 |
import faiss
|
5 |
-
from langchain_community.embeddings import HuggingFaceEmbeddings
|
|
|
6 |
import numpy as np
|
7 |
|
8 |
title = "Mistral-7B-Instruct-GGUF Run On CPU-Basic Free Hardware"
|
|
|
2 |
from gpt4all import GPT4All
|
3 |
from huggingface_hub import hf_hub_download
|
4 |
import faiss
|
5 |
+
#from langchain_community.embeddings import HuggingFaceEmbeddings
|
6 |
+
from langchain_huggingface import HuggingFaceEmbeddings
|
7 |
import numpy as np
|
8 |
|
9 |
title = "Mistral-7B-Instruct-GGUF Run On CPU-Basic Free Hardware"
|