Update app.py
Browse files
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.
|
356 |
-
|
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™")
|