Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -126,7 +126,8 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
126 |
<a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_mj_5'>midjourney5M</a>,
|
127 |
<a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_sd_200'>diffusions200M</a>,
|
128 |
<a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_sd_5'>diffusions5M</a>.<br>
|
129 |
-
We provide several detectors for images generated by popular tools, such as Midjourney and Stable Diffusion
|
|
|
130 |
"""
|
131 |
)
|
132 |
|
|
|
126 |
<a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_mj_5'>midjourney5M</a>,
|
127 |
<a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_sd_200'>diffusions200M</a>,
|
128 |
<a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_sd_5'>diffusions5M</a>.<br>
|
129 |
+
We provide several detectors for images generated by popular tools, such as Midjourney and Stable Diffusion.<br>
|
130 |
+
Please refer to model cards for evaluation metrics and limitations.
|
131 |
"""
|
132 |
)
|
133 |
|