Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Duplicated from
SmilingWolf/wd-tagger
Tas112
/
wd-tagger
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Tas112
commited on
Jun 24
Commit
d2ed6b6
·
verified
·
1 Parent(s):
bda2f8e
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -345,7 +345,7 @@ def main():
345
)
346
347
demo.queue(max_size=10)
348
-
demo.launch()
349
350
351
if __name__ == "__main__":
345
)
346
347
demo.queue(max_size=10)
348
+
demo.launch(
show_error=True
)
349
350
351
if __name__ == "__main__":