Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,3 @@
|
|
1 |
-
# Install necessary libraries if not already installed
|
2 |
-
!pip install transformers sentence-transformers faiss-cpu PyMuPDF pandas python-docx xlrd openpyxl streamlit
|
3 |
-
|
4 |
import faiss
|
5 |
import fitz # PyMuPDF
|
6 |
import pandas as pd
|
|
|
|
|
|
|
|
|
1 |
import faiss
|
2 |
import fitz # PyMuPDF
|
3 |
import pandas as pd
|