Update app.py
Browse files
app.py
CHANGED
@@ -441,7 +441,7 @@ detection_model_eval_playground = gr.Interface(
|
|
441 |
gr.JSON(label="Raw Model Results", visible=False),
|
442 |
gr.Markdown(label="Consensus", value="")
|
443 |
],
|
444 |
-
title="Multi-Model Ensemble + Agentic Coordinated Deepfake Detection",
|
445 |
description="The detection of AI-generated images has entered a critical inflection point. While existing solutions struggle with outdated datasets and inflated claims, our approach prioritizes agility, community collaboration, and an offensive approach to deepfake detection.",
|
446 |
api_name="predict",
|
447 |
live=True # Enable streaming
|
|
|
441 |
gr.JSON(label="Raw Model Results", visible=False),
|
442 |
gr.Markdown(label="Consensus", value="")
|
443 |
],
|
444 |
+
title="Multi-Model Ensemble + Agentic Coordinated Deepfake Detection (Paper in Progress)",
|
445 |
description="The detection of AI-generated images has entered a critical inflection point. While existing solutions struggle with outdated datasets and inflated claims, our approach prioritizes agility, community collaboration, and an offensive approach to deepfake detection.",
|
446 |
api_name="predict",
|
447 |
live=True # Enable streaming
|