Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
InpaintAI
/
Inpaint-Anything
like
90
Runtime error
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
RuoyuFeng
commited on
Apr 22, 2023
Commit
c0b4994
·
1 Parent(s):
bf33a49
1
Browse files
Files changed (1)
hide
show
app.py
+2
-1
app.py
CHANGED
Viewed
@@ -160,5 +160,6 @@ with gr.Blocks() as demo:
160
161
162
if __name__ == "__main__":
163
-
demo.
launch
()
164
160
161
162
if __name__ == "__main__":
163
+
demo.
queue
(
concurrency_count=20, max_size=25
)
164
+
demo.launch(max_threads=40)
165