Tenefix commited on
Commit
ad9e544
·
verified ·
1 Parent(s): 617c9cf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="text",
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
  )