Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
librarian-bots
/
collection-reading-list-generator
like
8
Runtime error
App
Files
Files
Community
davanstrien
HF staff
commited on
Sep 29, 2023
Commit
cbd65c5
β’
1 Parent(s):
9436449
turn off debugging
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -172,4 +172,4 @@ gr.Interface(
172
title=title,
173
allow_flagging="never",
174
examples=example_slugs,
175
-
).launch(
debug=True
)
172
title=title,
173
allow_flagging="never",
174
examples=example_slugs,
175
+
).launch()