Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
saidsef
/
text-summerisation
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
saidsef
commited on
Jan 17
Commit
71aa922
·
verified
·
1 Parent(s):
edb172d
fix: index error
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -6,4 +6,4 @@ text = st.text_area("Summarise the following")
6
7
if text:
8
out = pipe(text, do_sample=False)
9
-
st.write(out
[0].summary_text
)
6
7
if text:
8
out = pipe(text, do_sample=False)
9
+
st.write(out)