ZappY-AI commited on
Commit
61447d3
·
1 Parent(s): e585371

small change

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -39,9 +39,9 @@ demo = gr.Interface(
39
  "text",
40
  flagging_options=["incorrect prediction"],
41
  examples=[
42
- os.path.join(os.path.dirname(__file__), "images/cheetah.jpg"),
43
- os.path.join(os.path.dirname(__file__), "images/horse.jpg"),
44
- os.path.join(os.path.dirname(__file__), "images/astronaut.jpg"),
45
  ],
46
  title="FaKe-ViT-B/16: AI-Generated Image Detection using Vision Transformer(ViT-B/16)",
47
  description="This is a demo to detect AI-Generated images using Vision Transformer(ViT-B/16). Upload an image and the model will predict whether the image is AI-Generated or Real",
 
39
  "text",
40
  flagging_options=["incorrect prediction"],
41
  examples=[
42
+ ("images/cheetah.jpg"),
43
+ ( "images/horse.jpg"),
44
+ ("images/astronaut.jpg"),
45
  ],
46
  title="FaKe-ViT-B/16: AI-Generated Image Detection using Vision Transformer(ViT-B/16)",
47
  description="This is a demo to detect AI-Generated images using Vision Transformer(ViT-B/16). Upload an image and the model will predict whether the image is AI-Generated or Real",