Update README.md
Browse files
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.
|
| 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
|