Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
uptaleend
/
wd-tagger
like
1
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
uptaleend
commited on
Jun 26, 2024
Commit
33de430
·
verified
·
1 Parent(s):
038b1de
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -332,7 +332,7 @@ def main():
332
)
333
334
demo.queue(max_size=10)
335
-
demo.launch()
336
337
338
if __name__ == "__main__":
332
)
333
334
demo.queue(max_size=10)
335
+
demo.launch(
show_error=True
)
336
337
338
if __name__ == "__main__":