Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
GT4SD
/
PatentToolkit
like
5
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