pgurazada1 commited on
Commit
afdde23
·
verified ·
1 Parent(s): 625555f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -71,7 +71,7 @@ demo = gr.Interface(
71
  title="Machine Failure Predictor",
72
  description="This API allows you to predict the machine failure status of an equipment",
73
  allow_flagging="auto",
74
- concurrency_limit=8
75
  )
76
 
77
  demo.queue()
 
71
  title="Machine Failure Predictor",
72
  description="This API allows you to predict the machine failure status of an equipment",
73
  allow_flagging="auto",
74
+ concurrency_limit=16
75
  )
76
 
77
  demo.queue()