Update app.py
Browse files
app.py
CHANGED
@@ -297,7 +297,7 @@ with gr.Blocks(css="#post-gallery { overflow: hidden !important;} .grid-wrap{ ov
|
|
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. **Space will be upgraded shortly; inference on all 6 models should take about 1.2~ seconds.** "
|
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):
|
|
|
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. **Space will be upgraded shortly; inference on all 6 models should take about 1.2~ seconds.** "
|
298 |
)
|
299 |
with gr.Tab("👀 Detection Models Eval / Playground"):
|
300 |
+
gr.Markdown("# Open Source Detection Models Found on the Hub\n\n - **Space will be upgraded shortly;** inference on all 6 models should take about 1.2~ seconds once we're back on CUDA.\n - The **Community Forensics** mother of all detection models is now available for inference, head to the middle tab above this.\n - Lots of exciting things coming up, stay tuned!")
|
301 |
|
302 |
with gr.Row():
|
303 |
with gr.Column(scale=1):
|