Update README.md
Browse files
README.md
CHANGED
|
@@ -52,7 +52,7 @@ import os
|
|
| 52 |
|
| 53 |
def main():
|
| 54 |
parser = argparse.ArgumentParser(
|
| 55 |
-
description="Classify an image as '
|
| 56 |
)
|
| 57 |
parser.add_argument("--image", type=str, required=True, help="Path to the input image file")
|
| 58 |
args = parser.parse_args()
|
|
|
|
| 52 |
|
| 53 |
def main():
|
| 54 |
parser = argparse.ArgumentParser(
|
| 55 |
+
description="Classify an image as 'artificial' or 'human' using the SDXL-Deepfake-Detector."
|
| 56 |
)
|
| 57 |
parser.add_argument("--image", type=str, required=True, help="Path to the input image file")
|
| 58 |
args = parser.parse_args()
|