LPX55 commited on
Commit
8159928
·
verified ·
1 Parent(s): b5afbe3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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