Update Description
Browse files
README.md
CHANGED
@@ -6,7 +6,7 @@ colorTo: pink
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.44.1
|
8 |
app_file: app.py
|
9 |
-
pinned:
|
10 |
license: apache-2.0
|
11 |
short_description: Spot AI-Generated images with SuSy!
|
12 |
---
|
@@ -17,6 +17,7 @@ short_description: Spot AI-Generated images with SuSy!
|
|
17 |
|
18 |
|
19 |
- **Paper:** https://arxiv.org/abs/2409.14128
|
|
|
20 |
- **Code:** https://github.com/HPAI-BSC/SuSy
|
21 |
- **Dataset:** https://huggingface.co/datasets/HPAI-BSC/SuSy-Dataset
|
22 |
|
|
|
6 |
sdk: gradio
|
7 |
sdk_version: 4.44.1
|
8 |
app_file: app.py
|
9 |
+
pinned: false
|
10 |
license: apache-2.0
|
11 |
short_description: Spot AI-Generated images with SuSy!
|
12 |
---
|
|
|
17 |
|
18 |
|
19 |
- **Paper:** https://arxiv.org/abs/2409.14128
|
20 |
+
- **Model:** https://huggingface.co/HPAI-BSC/SuSy
|
21 |
- **Code:** https://github.com/HPAI-BSC/SuSy
|
22 |
- **Dataset:** https://huggingface.co/datasets/HPAI-BSC/SuSy-Dataset
|
23 |
|
app.py
CHANGED
@@ -74,11 +74,11 @@ iface = gr.Interface(
|
|
74 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/62f7a16192950415b637e201/NobqlpFbFkTyBi1LsT9JE.png" alt="SuSy Logo" width="120" style="margin-bottom: 10px;">
|
75 |
</td>
|
76 |
<td style="border: none; vertical-align: top; padding: 10px;">
|
77 |
-
<p style="margin-bottom: 15px;">Detect synthetic images with SuSy
|
78 |
-
<p style="margin-top: 15px;">
|
79 |
<p style="margin-top: 15px;">
|
80 |
-
|
81 |
-
<a href="https://
|
82 |
<a href="https://github.com/HPAI-BSC/SuSy">Code</a> |
|
83 |
<a href="https://huggingface.co/datasets/HPAI-BSC/SuSy-Dataset">Dataset</a>
|
84 |
</p>
|
|
|
74 |
<img src="https://cdn-uploads.huggingface.co/production/uploads/62f7a16192950415b637e201/NobqlpFbFkTyBi1LsT9JE.png" alt="SuSy Logo" width="120" style="margin-bottom: 10px;">
|
75 |
</td>
|
76 |
<td style="border: none; vertical-align: top; padding: 10px;">
|
77 |
+
<p style="margin-bottom: 15px;">Detect synthetic images with SuSy! SuSy can distinguish between authentic images and those generated by DALL路E, Midjourney and Stable Diffusion.</p>
|
78 |
+
<p style="margin-top: 15px;">Learn more about SuSy: <a href="https://arxiv.org/abs/2409.14128">Present and Future Generalization of Synthetic Image Detectors</a></p>
|
79 |
<p style="margin-top: 15px;">
|
80 |
+
Enter the SuSy-verse!
|
81 |
+
<a href="https://huggingface.co/HPAI-BSC/SuSy">Model</a> |
|
82 |
<a href="https://github.com/HPAI-BSC/SuSy">Code</a> |
|
83 |
<a href="https://huggingface.co/datasets/HPAI-BSC/SuSy-Dataset">Dataset</a>
|
84 |
</p>
|