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 15, 2023
Commit
00db84e
·
1 Parent(s):
4efffd4
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -433,5 +433,5 @@ with gr.Blocks(title='Claimed', theme=theme) as demo:
433
434
#
435
436
-
app
.queue()
437
demo.launch()
433
434
#
435
436
+
demo
.queue(
concurrency_count=9
)
437
demo.launch()