diff --git a/src/inferencing-app/app.py b/src/inferencing-app/app.py index 4a4696f..7903479 100644 --- a/src/inferencing-app/app.py +++ b/src/inferencing-app/app.py @@ -91,7 +91,6 @@ def predict( ], # not fraud ], title="Predict Credit Card Fraud", - allow_flagging="never", ) demo.launch(server_name=GRADIO_SERVER_NAME, server_port=GRADIO_SERVER_PORT)