Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -77,7 +77,7 @@ demo = gr.Interface(
|
|
| 77 |
outputs=model_output,
|
| 78 |
title="Machine Failure Predictor",
|
| 79 |
description="This API allows you to predict the machine failure status of an equipment",
|
| 80 |
-
allow_flagging="auto",
|
| 81 |
concurrency_limit=16
|
| 82 |
)
|
| 83 |
|
|
|
|
| 77 |
outputs=model_output,
|
| 78 |
title="Machine Failure Predictor",
|
| 79 |
description="This API allows you to predict the machine failure status of an equipment",
|
| 80 |
+
#allow_flagging="auto",
|
| 81 |
concurrency_limit=16
|
| 82 |
)
|
| 83 |
|