Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NielsV
/
Reddit-TLDR-bot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
NielsV
commited on
Jan 28, 2023
Commit
4f160f1
·
1 Parent(s):
07fbe59
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -20,4 +20,4 @@ if __name__ == "__main__":
20
description="A tldr-bot trained on reddit posts."
21
)
22
23
-
demo.launch()
20
description="A tldr-bot trained on reddit posts."
21
)
22
23
+
demo.launch(
share=True
)