Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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()
|