pabberpe commited on
Commit
056767c
1 Parent(s): 352bfeb

Update Description

Browse files
Files changed (2) hide show
  1. README.md +2 -1
  2. app.py +4 -4
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: true
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, an advanced AI model trained on various AI-generated and authentic images.</p>
78
- <p style="margin-top: 15px;">SuSy can distinguish between authentic images and those generated by <a href="https://openai.com/dall-e-3">DALL·E</a>, <a href="https://www.midjourney.com/">Midjourney</a> and <a href="https://stability.ai/stable-diffusion">Stable Diffusion</a>.</p>
79
  <p style="margin-top: 15px;">
80
- Learn more:
81
- <a href="https://arxiv.org/abs/2409.14128">Paper</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>
 
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>