FraudSentinelX / gr.File.py
yekkala's picture
Upload 3 files
2ccf350 verified
raw
history blame contribute delete
180 Bytes
outputs=[
gr.Textbox(label="Fraud Probability"),
gr.File(label="Transaction Network Graph (PNG)"), # Use gr.File
gr.Textbox(label="Feature Importance Explanation"),
]