Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
patronus-studio
/
detector
like
0
Running
App
Files
Files
Fetching metadata from the HF Docker repository...
Benedikt Veith
commited on
Jan 19
Commit
6b2b5a6
·
1 Parent(s):
724166c
Fix
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -90,4 +90,4 @@ with gr.Blocks(css=css, theme=theme) as demo:
90
trigger_mode="always_last"
91
)
92
93
-
demo.launch(
default_concurrency_limit=1
)
90
trigger_mode="always_last"
91
)
92
93
+
demo.launch()