Update app_mcp.py
Browse files- app_mcp.py +2 -2
app_mcp.py
CHANGED
@@ -492,8 +492,8 @@ with gr.Blocks(css="#post-gallery { overflow: hidden !important;} .grid-wrap{ ov
|
|
492 |
title="Welcome to Project OpenSight",
|
493 |
description="The OpenSight aims to be an open-source SOTA generated image detection model. This HF Space is not only an introduction but a educational playground for the public to evaluate and challenge current open source models. **Space will be upgraded shortly; inference on all 6 models should take about 1.2~ seconds.** "
|
494 |
)
|
495 |
-
with gr.Tab("👀 Detection Models
|
496 |
-
gr.Markdown("# Open Source Detection Models Found on the Hub\n\n - **
|
497 |
|
498 |
with gr.Row():
|
499 |
with gr.Column(scale=1):
|
|
|
492 |
title="Welcome to Project OpenSight",
|
493 |
description="The OpenSight aims to be an open-source SOTA generated image detection model. This HF Space is not only an introduction but a educational playground for the public to evaluate and challenge current open source models. **Space will be upgraded shortly; inference on all 6 models should take about 1.2~ seconds.** "
|
494 |
)
|
495 |
+
with gr.Tab("👀 Rethinking Detection Models: Multi-Model, Multi-Strategy Ensemble Team and Agentic Pipelines"):
|
496 |
+
gr.Markdown("# Open Source Detection Models Found on the Hub\n\n - **IMPORTANT UPDATE REGARDING YOUR DATA AND PRIVACY: [PLEASE REFER TO THE MCP SERVER HACKATHON SUBMISSION FOR CRUCIAL DETAILS](https://huggingface.co/spaces/Agents-MCP-Hackathon/mcp-deepfake-forensics).** ")
|
497 |
|
498 |
with gr.Row():
|
499 |
with gr.Column(scale=1):
|