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:
GT4SD
/
PatentToolkit
like
4
Runtime error
App
Files
Files
Community
3
Fetching metadata from the HF Docker repository...
EmicoBinsfinder
commited on
Apr 19, 2023
Commit
e84e511
·
1 Parent(s):
8617865
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -572,5 +572,5 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
572
573
""")
574
demo.queue(max_size=20)
575
-
demo.launch()
576
572
573
""")
574
demo.queue(max_size=20)
575
+
demo.launch(
show_api=False
)
576