SadraCoding commited on
Commit
b694fec
·
verified ·
1 Parent(s): 1350a96

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -52,7 +52,7 @@ import os
52
 
53
  def main():
54
  parser = argparse.ArgumentParser(
55
- description="Classify an image as 'Real' or 'Deepfake' 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()
 
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()