Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
pavishnikarthikeyan
/
TextSummarizer
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
pavishnikarthikeyan
commited on
Jan 14
Commit
a2c48df
·
verified
·
1 Parent(s):
e08eee4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -21,4 +21,4 @@ demo = gr.Interface(
21
description="This application is used to summarize the text"
22
)
23
24
-
demo.launch(
share=True
)
21
description="This application is used to summarize the text"
22
)
23
24
+
demo.launch()