Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
AirrStorm
/
T5-Small-XSUM-Summarizer
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
AirrStorm
commited on
Mar 21
Commit
cb878f0
·
1 Parent(s):
06a88a4
modified: app.py
Browse files
Files changed (1)
hide
show
app.py
+2
-0
app.py
CHANGED
Viewed
@@ -69,5 +69,7 @@ demo = gr.Interface(
69
examples=examples
70
)
71
72
# Launch the interface with shareable link
73
demo.launch()
69
examples=examples
70
)
71
72
+
73
+
74
# Launch the interface with shareable link
75
demo.launch()