Update app.py
Browse files
app.py
CHANGED
@@ -256,10 +256,8 @@ with gr.Blocks(css="#post-gallery { overflow: hidden !important;} .grid-wrap{ ov
|
|
256 |
"https://mdn.alipayobjects.com/huamei_iwk9zp/afts/img/A*s5sNRo5LjfQAAAAAAAAAAAAADgCCAQ/fmt.webp",
|
257 |
title="Welcome to Project OpenSight",
|
258 |
description=
|
259 |
-
"OpenSight
|
260 |
)
|
261 |
-
with gr.Accordion("Project OpenSight - Model Evaluations & Playground", open=False, elem_id="project_accordion"):
|
262 |
-
gr.Markdown("## OpenSight is a SOTA gen. image detection model, in pre-release prep.\n\nThis HF Space is a temporary home for us and the public to evaluate the shortcomings of current open source models.\n\n<-- Feel free to play around by starting with an image as we prepare our formal announcement.")
|
263 |
with gr.Tab("👀 Model Evals / Playground"):
|
264 |
gr.Markdown("# AI Generated Image / Deepfake Detection Models Evaluation")
|
265 |
|
|
|
256 |
"https://mdn.alipayobjects.com/huamei_iwk9zp/afts/img/A*s5sNRo5LjfQAAAAAAAAAAAAADgCCAQ/fmt.webp",
|
257 |
title="Welcome to Project OpenSight",
|
258 |
description=
|
259 |
+
"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."
|
260 |
)
|
|
|
|
|
261 |
with gr.Tab("👀 Model Evals / Playground"):
|
262 |
gr.Markdown("# AI Generated Image / Deepfake Detection Models Evaluation")
|
263 |
|