Spaces:
Runtime error
Runtime error
Commit
·
dbe89a5
1
Parent(s):
3df6e56
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,7 @@ if __name__ == "__main__":
|
|
78 |
text="Creating extractive summary. This might take a few seconds ..."
|
79 |
):
|
80 |
ext_model = Summarizer()
|
81 |
-
summarized_text = ext_model(text_to_summarize
|
82 |
|
83 |
elif summarize_type == "Abstractive":
|
84 |
with st.spinner(
|
|
|
78 |
text="Creating extractive summary. This might take a few seconds ..."
|
79 |
):
|
80 |
ext_model = Summarizer()
|
81 |
+
summarized_text = ext_model(text_to_summarize)
|
82 |
|
83 |
elif summarize_type == "Abstractive":
|
84 |
with st.spinner(
|