Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ iface = gr.Interface(
|
|
45 |
gr.Checkbox(label="Used PIN Number"),
|
46 |
gr.Checkbox(label="Online Order"),
|
47 |
],
|
48 |
-
outputs="
|
49 |
title="Fraud Detection with Local FHE Model",
|
50 |
description="Local interface using a compiled FHE model to detect fraud."
|
51 |
)
|
|
|
45 |
gr.Checkbox(label="Used PIN Number"),
|
46 |
gr.Checkbox(label="Online Order"),
|
47 |
],
|
48 |
+
outputs=gr.Textbox(label="Output"),
|
49 |
title="Fraud Detection with Local FHE Model",
|
50 |
description="Local interface using a compiled FHE model to detect fraud."
|
51 |
)
|