Update app.py
Browse files
app.py
CHANGED
|
@@ -16,7 +16,15 @@ gr.Interface(
|
|
| 16 |
title="π SDXL Deepfake Detector",
|
| 17 |
description="Upload a face image to detect if it's AI-generated (deepfake) or real.",
|
| 18 |
examples=[
|
| 19 |
-
["
|
| 20 |
-
["
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
]
|
| 22 |
).launch()
|
|
|
|
| 16 |
title="π SDXL Deepfake Detector",
|
| 17 |
description="Upload a face image to detect if it's AI-generated (deepfake) or real.",
|
| 18 |
examples=[
|
| 19 |
+
["example_fake1.jpg"],
|
| 20 |
+
["example_fake2.jpg"],
|
| 21 |
+
["example_fake3.jpg"],
|
| 22 |
+
["example_fake4.jpg"],
|
| 23 |
+
["example_fake5.jpg"],
|
| 24 |
+
["example_real1.jpg"],
|
| 25 |
+
["example_real2.jpg"],
|
| 26 |
+
["example_real3.jpg"],
|
| 27 |
+
["example_real4.jpg"],
|
| 28 |
+
["example_real5.jpg"]
|
| 29 |
]
|
| 30 |
).launch()
|