Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
ozyman
/
fasd
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
ozyman
commited on
Mar 31, 2023
Commit
bda5dad
·
1 Parent(s):
90a3b7b
added parallel queue processing
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -244,4 +244,5 @@ with demo:
244
245
246
if __name__ == '__main__':
247
demo.launch(share=False)
244
245
246
if __name__ == '__main__':
247
+
demo.queue(concurrency_count=2)
248
demo.launch(share=False)