Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
import pdfplumber #
|
3 |
from transformers import pipeline
|
4 |
|
5 |
# Function to extract text from PDFs using pdfplumber
|
|
|
1 |
import streamlit as st
|
2 |
+
import pdfplumber # Ensure this is installed correctly
|
3 |
from transformers import pipeline
|
4 |
|
5 |
# Function to extract text from PDFs using pdfplumber
|