NizamuddinMandekar commited on
Commit
7444723
·
verified ·
1 Parent(s): e73b6e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ def predict(img) -> Tuple[Dict, float]:
56
 
57
  # Create title, description and article strings
58
  title = "Image Detector"
59
- description = """<h2>AI Image Classifier: Real vs. Fake Faces</h2>
60
  <p>Our computer vision model is designed to classify images of faces as either real or AI-generated with a 95% accuracy rate. This model is specifically trained to analyze facial features, so please ensure that the images you upload prominently feature visible faces.</p>
61
  <h3>Important Guidelines:</h3>
62
  <ul>
 
56
 
57
  # Create title, description and article strings
58
  title = "Image Detector"
59
+ description = """<h2>AI Image Detector: Real Vs Fake Faces.</h2>
60
  <p>Our computer vision model is designed to classify images of faces as either real or AI-generated with a 95% accuracy rate. This model is specifically trained to analyze facial features, so please ensure that the images you upload prominently feature visible faces.</p>
61
  <h3>Important Guidelines:</h3>
62
  <ul>