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