Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
abhishek
/
StableSAM
like
133
Runtime error
App
Files
Files
Community
4
abhishek
HF staff
commited on
Apr 11, 2023
Commit
949e2ae
•
1 Parent(s):
0a01cc6
remove concurrency
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -153,4 +153,4 @@ with gr.Blocks() as demo:
153
)
154
155
if __name__ == "__main__":
156
-
demo.
queue(concurrency_count=50).
launch()
153
)
154
155
if __name__ == "__main__":
156
+
demo.launch()