From b50bb541e4c1e7392f7f497601a44ddc7feb4dc6 Mon Sep 17 00:00:00 2001 From: Drew Minnear Date: Mon, 24 Nov 2025 16:47:57 -0500 Subject: [PATCH] remove argument --- src/inferencing-app/app.py | 1 - 1 file changed, 1 deletion(-) 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)