small change
Browse files
app.py
CHANGED
@@ -39,9 +39,9 @@ demo = gr.Interface(
|
|
39 |
"text",
|
40 |
flagging_options=["incorrect prediction"],
|
41 |
examples=[
|
42 |
-
|
43 |
-
|
44 |
-
|
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",
|