Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nickmuchi
/
article-text-summarizer
like
50
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
nickmuchi
commited on
Feb 9, 2022
Commit
4e95f0e
·
1 Parent(s):
4b582d8
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -211,7 +211,7 @@ if summarize:
211
212
st.write(summarized_text)
213
214
-
text_downloader
(summarized_text)
215
216
217
# In[ ]:
211
212
st.write(summarized_text)
213
214
+
summary_downloader
(summarized_text)
215
216
217
# In[ ]: