Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AjithBharadwaj
/
TextSummarizer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AjithBharadwaj
commited on
Aug 13, 2023
Commit
bce5666
·
1 Parent(s):
e587601
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -16,4 +16,4 @@ demo = gr.Interface(fn=summarize,
16
title="Text summarization"
17
18
)
19
-
demo.launch(
share
=
True
)
16
title="Text summarization"
17
18
)
19
+
demo.launch(
inline
=
False
)