Spaces:
Sleeping
Sleeping
| outputs=[ | |
| gr.Textbox(label="Fraud Probability"), | |
| gr.File(label="Transaction Network Graph (PNG)"), # Use gr.File | |
| gr.Textbox(label="Feature Importance Explanation"), | |
| ] | |
| outputs=[ | |
| gr.Textbox(label="Fraud Probability"), | |
| gr.File(label="Transaction Network Graph (PNG)"), # Use gr.File | |
| gr.Textbox(label="Feature Importance Explanation"), | |
| ] | |