TropicalBee commited on
Commit
54ed55d
·
verified ·
1 Parent(s): a5538d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ interface = gr.Interface(
58
  outputs=gr.Label(num_top_classes=2, label="Prediction"),
59
  title="PixelSleuth: AI Image Detector 🕵️‍♂️",
60
  description="Upload an image to see if it is a Real Photograph or AI-Generated (Fake). The model analyzes microscopic pixel artifacts to make its decision.",
61
- allow_flagging="never" # Turns off the confusing "Flag" button for users
62
  )
63
 
64
  interface.launch()
 
58
  outputs=gr.Label(num_top_classes=2, label="Prediction"),
59
  title="PixelSleuth: AI Image Detector 🕵️‍♂️",
60
  description="Upload an image to see if it is a Real Photograph or AI-Generated (Fake). The model analyzes microscopic pixel artifacts to make its decision.",
61
+ flagging_mode="never"
62
  )
63
 
64
  interface.launch()