Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
| 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()
|