Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
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
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()