Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
kumar989
/
Abstractive_Summarizer
like
0
Runtime error
App
Files
Files
Community
kumar989
commited on
Oct 25, 2023
Commit
8d99a43
•
1 Parent(s):
2c173e4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -35,4 +35,4 @@ if uploaded_file is not None:
35
text=read_pdf(uploaded_file)
36
st.write(text)
37
except Exception as e:
38
-
logging.exception(e)
35
text=read_pdf(uploaded_file)
36
st.write(text)
37
except Exception as e:
38
+
pass