LPX55 commited on
Commit
c48ff81
·
verified ·
1 Parent(s): 4de43a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -352,9 +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
- gr.TabItem("Temp Preview"):
356
- preview = gr.load("aiwithoutborders-xyz/OpenSight-Community-Forensics-Preview")
357
- preview.render() # no idea if this will work
358
  space2.render()
359
  with gr.Tab("🥇 Leaderboard"):
360
  gr.Markdown("# AI Generated / Deepfake Detection Models Leaderboard: Soon™")
 
352
  outputs=[]
353
  )
354
  with gr.Tab("👑 Community Forensics Preview"):
355
+ preview = gr.load("aiwithoutborders-xyz/OpenSight-Community-Forensics-Preview")
356
+ preview.render() # no idea if this will work
 
357
  space2.render()
358
  with gr.Tab("🥇 Leaderboard"):
359
  gr.Markdown("# AI Generated / Deepfake Detection Models Leaderboard: Soon™")