LPX commited on
Commit
4feb2ac
·
1 Parent(s): 955ad61

feat: add Community Forensics Preview tab to Gradio interface

Browse files
Files changed (1) hide show
  1. app_mcp.py +1 -2
app_mcp.py CHANGED
@@ -550,8 +550,7 @@ with gr.Blocks(css="#post-gallery { overflow: hidden !important;} .grid-wrap{ ov
550
  gr.Markdown(QUICK_INTRO)
551
 
552
  with gr.Tab("👑 Community Forensics Preview"):
553
- # temp_space = gr.load("aiwithoutborders-xyz/OpenSight-Community-Forensics-Preview", src="spaces")
554
- gr.Markdown("Community Forensics Preview coming soon!") # Placeholder for now
555
  with gr.Tab("🥇 Leaderboard"):
556
  gr.Markdown("# AI Generated / Deepfake Detection Models Leaderboard: Soon™")
557
 
 
550
  gr.Markdown(QUICK_INTRO)
551
 
552
  with gr.Tab("👑 Community Forensics Preview"):
553
+ gr.load("aiwithoutborders-xyz/OpenSight-Community-Forensics-Preview", src="spaces")
 
554
  with gr.Tab("🥇 Leaderboard"):
555
  gr.Markdown("# AI Generated / Deepfake Detection Models Leaderboard: Soon™")
556