LPX55 commited on
Commit
7e0de27
·
verified ·
1 Parent(s): ef48259

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -350,7 +350,7 @@ with gr.Blocks(css="#post-gallery { overflow: hidden !important;} .grid-wrap{ ov
350
  outputs=[]
351
  )
352
  with gr.Tab("👑 Community Forensics Preview"):
353
- gr.load("aiwithoutborders-xyz/OpenSight-Community-Forensics-Preview", src="spaces").render()
354
  # preview # no idea if this will work
355
  with gr.Tab("🥇 Leaderboard"):
356
  gr.Markdown("# AI Generated / Deepfake Detection Models Leaderboard: Soon™")
 
350
  outputs=[]
351
  )
352
  with gr.Tab("👑 Community Forensics Preview"):
353
+ temp_space = gr.load("aiwithoutborders-xyz/OpenSight-Community-Forensics-Preview", src="spaces")
354
  # preview # no idea if this will work
355
  with gr.Tab("🥇 Leaderboard"):
356
  gr.Markdown("# AI Generated / Deepfake Detection Models Leaderboard: Soon™")