Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -633,11 +633,11 @@ div[data-testid="image"]:empty::before {
|
|
| 633 |
"""
|
| 634 |
|
| 635 |
# Create compact title and description
|
| 636 |
-
title = "π
|
| 637 |
description = """
|
| 638 |
<div id="main-container">
|
| 639 |
-
<h1 id="title">π
|
| 640 |
-
<p id="subtitle">AI-Powered Real vs Fake
|
| 641 |
|
| 642 |
<div class="stats-container">
|
| 643 |
<div class="stat-item">
|
|
@@ -746,7 +746,7 @@ with gr.Blocks(css=custom_css, title="Reality Check - AI Face Detector") as demo
|
|
| 746 |
<div class="footer">
|
| 747 |
<p>π Powered by Advanced AI Technology | π Privacy-First Design | β‘ Lightning Fast Results</p>
|
| 748 |
<div style="margin-top: 15px; font-size: 0.9em; opacity: 0.8;">
|
| 749 |
-
Built with β€οΈ for the AI community |
|
| 750 |
</div>
|
| 751 |
</div>
|
| 752 |
""")
|
|
|
|
| 633 |
"""
|
| 634 |
|
| 635 |
# Create compact title and description
|
| 636 |
+
title = "π AI-Image Detector"
|
| 637 |
description = """
|
| 638 |
<div id="main-container">
|
| 639 |
+
<h1 id="title">π AI-Image Detector</h1>
|
| 640 |
+
<p id="subtitle">AI-Powered Real vs Fake Faces Detection</p>
|
| 641 |
|
| 642 |
<div class="stats-container">
|
| 643 |
<div class="stat-item">
|
|
|
|
| 746 |
<div class="footer">
|
| 747 |
<p>π Powered by Advanced AI Technology | π Privacy-First Design | β‘ Lightning Fast Results</p>
|
| 748 |
<div style="margin-top: 15px; font-size: 0.9em; opacity: 0.8;">
|
| 749 |
+
Built with β€οΈ for the AI community | By Nizamuddin Mandekar
|
| 750 |
</div>
|
| 751 |
</div>
|
| 752 |
""")
|