Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
| 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 |
|