prithivMLmods commited on
Commit
e1df523
·
verified ·
1 Parent(s): 4fc7bd6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -13,6 +13,8 @@ tags:
13
  - ai
14
  - real
15
  ---
 
 
16
  # **AI-vs-Deepfake-vs-Real**
17
 
18
  AI-vs-Deepfake-vs-Real is an image classification model for differentiating between artificial, deepfake, and real images. It is based on Google's ViT model (`google/vit-base-patch32-224-in21k`).
@@ -43,8 +45,6 @@ A reasonable number of training samples were used to achieve good efficiency in
43
 
44
  ![download.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/FhUNkuzKxgs9SmwcvR4yP.png)
45
 
46
-
47
-
48
  # **Inference with Hugging Face Pipeline**
49
  ```python
50
  from transformers import pipeline
 
13
  - ai
14
  - real
15
  ---
16
+ ![kkk.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/bXfKBT3LQkbeLzPCBHTGT.png)
17
+
18
  # **AI-vs-Deepfake-vs-Real**
19
 
20
  AI-vs-Deepfake-vs-Real is an image classification model for differentiating between artificial, deepfake, and real images. It is based on Google's ViT model (`google/vit-base-patch32-224-in21k`).
 
45
 
46
  ![download.png](https://cdn-uploads.huggingface.co/production/uploads/65bb837dbfb878f46c77de4c/FhUNkuzKxgs9SmwcvR4yP.png)
47
 
 
 
48
  # **Inference with Hugging Face Pipeline**
49
  ```python
50
  from transformers import pipeline