some changes 2
Browse files- app.py +1 -1
- 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.
|
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
![]() |