Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
WolfeLeo2
/
Studai
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
WolfeLeo2
commited on
May 7
Commit
fe123c2
·
1 Parent(s):
fce3660
share=true
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -39,4 +39,4 @@ demo = gr.Interface(
39
description="Powered by facebook/bart-large-cnn model"
40
)
41
42
-
demo.launch()
39
description="Powered by facebook/bart-large-cnn model"
40
)
41
42
+
demo.launch(
share=True
)