SadraCoding commited on
Commit
2ab8001
Β·
verified Β·
1 Parent(s): f4488a5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -2
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
- ["example_real.jpg"],
20
- ["example_fake.jpg"]
 
 
 
 
 
 
 
 
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()