LPX55 commited on
Commit
5befadb
·
verified ·
1 Parent(s): 326be6b

Update app.py

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