Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import PyPDF2
|
3 |
-
from
|
4 |
from abstractive_model import summarize_with_bart
|
5 |
from keyword_extraction import extract_keywords
|
6 |
from keyphrase_extraction import extract_sentences_with_obligations
|
|
|
1 |
import streamlit as st
|
2 |
import PyPDF2
|
3 |
+
from extractive_summarization import summarize_with_textrank, summarize_with_lsa
|
4 |
from abstractive_model import summarize_with_bart
|
5 |
from keyword_extraction import extract_keywords
|
6 |
from keyphrase_extraction import extract_sentences_with_obligations
|