Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
arithescientist
/
summarizer
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
arithescientist
commited on
Jun 1, 2022
Commit
ef575bd
·
1 Parent(s):
093ef16
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -39,4 +39,4 @@ iface = gr.Interface(
39
)
40
41
if __name__ == "__main__":
42
-
iface.launch(share=
True
)
39
)
40
41
if __name__ == "__main__":
42
+
iface.launch(share=
False
)