Update app.py
Browse files
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
|
| 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>
|