Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -114,7 +114,6 @@ demo = gr.Interface(
|
|
| 114 |
outputs=model_output,
|
| 115 |
title="Term Deposit Prediction",
|
| 116 |
description="This API allows you to predict the person who are going to likely subscribe the term deposit",
|
| 117 |
-
allow_flagging="auto",
|
| 118 |
concurrency_limit=8
|
| 119 |
)
|
| 120 |
|
|
|
|
| 114 |
outputs=model_output,
|
| 115 |
title="Term Deposit Prediction",
|
| 116 |
description="This API allows you to predict the person who are going to likely subscribe the term deposit",
|
|
|
|
| 117 |
concurrency_limit=8
|
| 118 |
)
|
| 119 |
|