Spaces:
Running
Running
RomanShnurov
commited on
Commit
•
d008d64
1
Parent(s):
032f671
Update app.py
Browse files
app.py
CHANGED
@@ -121,8 +121,11 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
121 |
gr.Markdown(
|
122 |
"""
|
123 |
<h1 style="text-align: center;">For Fake's Sake: a set of models for detecting generated and synthetic images</h3>
|
124 |
-
This is a demo space for
|
125 |
-
|
|
|
|
|
|
|
126 |
We provide several detectors for images generated by popular tools, such as Midjourney and Stable Diffusion.
|
127 |
"""
|
128 |
)
|
@@ -152,7 +155,11 @@ with gr.Blocks(theme=gr.themes.Soft()) as demo:
|
|
152 |
<p><code>*_5M</code> models are based on <code>tf_mobilenetv3_large_100.in1k</code> with image size <code>224x224</code></p>
|
153 |
|
154 |
<h3>Details</h3>
|
155 |
-
<li>Model
|
|
|
|
|
|
|
|
|
156 |
<li>License: CC-By-SA-3.0</li>
|
157 |
"""
|
158 |
)
|
|
|
121 |
gr.Markdown(
|
122 |
"""
|
123 |
<h1 style="text-align: center;">For Fake's Sake: a set of models for detecting generated and synthetic images</h3>
|
124 |
+
This is a demo space for synthetic image detectors:
|
125 |
+
<a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_mj_200'>midjourney200M</a>,
|
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>.
|
129 |
We provide several detectors for images generated by popular tools, such as Midjourney and Stable Diffusion.
|
130 |
"""
|
131 |
)
|
|
|
155 |
<p><code>*_5M</code> models are based on <code>tf_mobilenetv3_large_100.in1k</code> with image size <code>224x224</code></p>
|
156 |
|
157 |
<h3>Details</h3>
|
158 |
+
<li>Model cards: <a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_mj_200'>midjourney200M</a>,
|
159 |
+
<a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_mj_5'>midjourney5M</a>,
|
160 |
+
<a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_sd_200'>diffusions200M</a>,
|
161 |
+
<a href='https://huggingface.co/Sumsub/Sumsub-ffs-synthetic-1.0_sd_5'>diffusions5M</a>.
|
162 |
+
</li>
|
163 |
<li>License: CC-By-SA-3.0</li>
|
164 |
"""
|
165 |
)
|