Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Armandoliv
/
t5-summarize-app-scitldr
like
1
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Armandoliv
commited on
Sep 7, 2022
Commit
84c33bb
·
1 Parent(s):
d7e5d0b
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -43,5 +43,5 @@ io = gr.Interface(fn=main_summarizer, inputs=inputs, outputs=outputs, title=titl
43
color:white !important}"""
44
)
45
46
-
io.launch()
47
43
color:white !important}"""
44
)
45
46
+
io.launch()
47