Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
mic3333
/
Text_summarization
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
mic3333
commited on
Sep 7, 2025
Commit
751182c
·
1 Parent(s):
86d82de
app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -298,4 +298,4 @@ def create_interface():
298
299
if __name__ == "__main__":
300
interface = create_interface()
301
-
interface.launch(
share=True
)
298
299
if __name__ == "__main__":
300
interface = create_interface()
301
+
interface.launch()