Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -10,6 +10,7 @@ from gradio_pdf import PDF
|
|
10 |
from pdf2image import convert_from_path
|
11 |
from transformers import pipeline
|
12 |
from pathlib import Path
|
|
|
13 |
|
14 |
title = "Mistral-7B-Instruct-GGUF Run On CPU-Basic Free Hardware"
|
15 |
|
|
|
10 |
from pdf2image import convert_from_path
|
11 |
from transformers import pipeline
|
12 |
from pathlib import Path
|
13 |
+
from langchain.vectorstores import Chroma
|
14 |
|
15 |
title = "Mistral-7B-Instruct-GGUF Run On CPU-Basic Free Hardware"
|
16 |
|