Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -2,7 +2,6 @@ import os
|
|
| 2 |
import streamlit as st
|
| 3 |
import subprocess
|
| 4 |
import openai
|
| 5 |
-
import fitz
|
| 6 |
import PyPDF2
|
| 7 |
from langchain_community.vectorstores import FAISS
|
| 8 |
from langchain.embeddings import HuggingFaceEmbeddings
|
|
|
|
| 2 |
import streamlit as st
|
| 3 |
import subprocess
|
| 4 |
import openai
|
|
|
|
| 5 |
import PyPDF2
|
| 6 |
from langchain_community.vectorstores import FAISS
|
| 7 |
from langchain.embeddings import HuggingFaceEmbeddings
|