Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ganeshkamath89
/
Wikipedia_Summarizer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ganeshkamath89
commited on
May 3, 2024
Commit
85fa6c7
·
verified
·
1 Parent(s):
ff34101
passing share=True to make the application sharable publicly
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -31,4 +31,4 @@ wiki_summary = gr.Interface(
31
gr.Text(label="Text", lines=10)
32
]
33
)
34
-
wiki_summary.launch()
31
gr.Text(label="Text", lines=10)
32
]
33
)
34
+
wiki_summary.launch(
share=True
)