LPX55 commited on
Commit
4274392
·
verified ·
1 Parent(s): 0457419

Update app_mcp.py

Browse files
Files changed (1) hide show
  1. 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 Eval / Playground"):
496
- gr.Markdown("# Open Source Detection Models Found on the Hub\n\n - **Space will be upgraded shortly;** inference on all 6 models should take about 1.2~ seconds once we're back on CUDA.\n - The **Community Forensics** mother of all detection models is now available for inference, head to the middle tab above this.\n - Lots of exciting things coming up, stay tuned!")
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):