jacoballessio commited on
Commit
b9fedf9
1 Parent(s): 457c10a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -4,7 +4,7 @@ license: apache-2.0
4
  This is a simple AI image detection model utilizing visual transformers trained on the CIFake dataset.
5
 
6
  Example usage:
7
- ```
8
  import torch
9
  from PIL import Image
10
  from torchvision import transforms
 
4
  This is a simple AI image detection model utilizing visual transformers trained on the CIFake dataset.
5
 
6
  Example usage:
7
+ ```python
8
  import torch
9
  from PIL import Image
10
  from torchvision import transforms