Update app.py
Browse files
app.py
CHANGED
@@ -296,8 +296,8 @@ with gr.Blocks(css="#post-gallery { overflow: hidden !important;} .grid-wrap{ ov
|
|
296 |
description=
|
297 |
"The OpenSight aims to be an open-source SOTA generated image detection model. This HF Space is not only an introduction but a educational playground for the public to evaluate and challenge current open source models."
|
298 |
)
|
299 |
-
with gr.Tab("👀
|
300 |
-
gr.Markdown("#
|
301 |
|
302 |
with gr.Row():
|
303 |
with gr.Column(scale=1):
|
|
|
296 |
description=
|
297 |
"The OpenSight aims to be an open-source SOTA generated image detection model. This HF Space is not only an introduction but a educational playground for the public to evaluate and challenge current open source models."
|
298 |
)
|
299 |
+
with gr.Tab("👀 Detection Models Eval / Playground"):
|
300 |
+
gr.Markdown("# Open Source Detection Models Found on the Hub")
|
301 |
|
302 |
with gr.Row():
|
303 |
with gr.Column(scale=1):
|