xavierbarbier commited on
Commit
260dc47
·
verified ·
1 Parent(s): 63e0d11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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