Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -55,11 +55,11 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
55 |
"""
|
56 |
<h1 style="text-align: center;">For Fake's Sake: a set of models for detecting generated and synthetic images</h3>
|
57 |
This is a demo space for synthetic image detectors:
|
58 |
-
<a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_mj_200'>midjourney200M</a
|
59 |
-
<a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_mj_5'>midjourney5M</a
|
60 |
-
<a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_sd_200'>diffusions200M</a
|
61 |
-
<a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_sd_5'>diffusions5M</a
|
62 |
-
<a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-2.0'>synthetic_detector_v2</a
|
63 |
<br>We provide several detectors for images generated by popular tools, such as Midjourney and Stable Diffusion.<br>
|
64 |
Please refer to model cards for evaluation metrics and limitations.
|
65 |
"""
|
|
|
55 |
"""
|
56 |
<h1 style="text-align: center;">For Fake's Sake: a set of models for detecting generated and synthetic images</h3>
|
57 |
This is a demo space for synthetic image detectors:
|
58 |
+
<a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_mj_200'>midjourney200M</a> (Aug, 2023),
|
59 |
+
<a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_mj_5'>midjourney5M</a> (Aug, 2023),
|
60 |
+
<a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_sd_200'>diffusions200M</a> (Aug, 2023),
|
61 |
+
<a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_sd_5'>diffusions5M</a> (Aug, 2023),
|
62 |
+
<a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-2.0'>synthetic_detector_v2</a> (Sep, 2023).
|
63 |
<br>We provide several detectors for images generated by popular tools, such as Midjourney and Stable Diffusion.<br>
|
64 |
Please refer to model cards for evaluation metrics and limitations.
|
65 |
"""
|