ZappY-AI commited on
Commit
e585371
·
1 Parent(s): 104362c

some changes 2

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. astronaut.jpg +0 -0
app.py CHANGED
@@ -41,7 +41,7 @@ demo = gr.Interface(
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.png"),
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",
 
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",
astronaut.jpg ADDED