SadraCoding commited on
Commit
b1250d2
·
verified ·
1 Parent(s): 338fb67

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -25,7 +25,7 @@ model-index:
25
  type: xhlulu/140k-real-and-fake-faces
26
  metrics:
27
  - type: accuracy
28
- value: 0.86
29
  name: Accuracy
30
  ---
31
 
@@ -72,7 +72,7 @@ The result is a lightweight, high-accuracy detector optimized for **both SDXL an
72
  ```bash
73
  pip install transformers torch pillow
74
  ```
75
- ### Python Script
76
  ```python
77
  #predict.py
78
  import argparse
 
25
  type: xhlulu/140k-real-and-fake-faces
26
  metrics:
27
  - type: accuracy
28
+ value: 0.97
29
  name: Accuracy
30
  ---
31
 
 
72
  ```bash
73
  pip install transformers torch pillow
74
  ```
75
+ ### Python Script (If you face any issues, try using Transformers 4.36.2)
76
  ```python
77
  #predict.py
78
  import argparse