qwertyforce commited on
Commit
4ac5dc5
·
verified ·
1 Parent(s): 26d11ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -12
README.md CHANGED
@@ -1,13 +1,16 @@
1
- ---
2
- title: Test1
3
- emoji: 🔥
4
- colorFrom: indigo
5
- colorTo: red
6
- sdk: gradio
7
- sdk_version: 5.6.0
8
- app_file: app.py
9
- pinned: false
10
- license: mit
11
- ---
 
12
 
13
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
1
+ ---
2
+ title: Detecting Images Generated By Latent Diffusion Models
3
+ emoji: 🔥
4
+ colorFrom: indigo
5
+ colorTo: red
6
+ sdk: gradio
7
+ sdk_version: 5.6.0
8
+ app_file: app.py
9
+ pinned: false
10
+ license: mit
11
+ short_description: Detect LDM generated images https://arxiv.org/abs/2411.06441
12
+ ---
13
 
14
+ Detecting AutoEncoder is Enough to Catch LDM Generated Images (https://arxiv.org/abs/2411.06441)
15
+ Code at https://github.com/qwertyforce/Detect_LDM_By_Detecting_VAE
16
+ Models at https://huggingface.co/qwertyforce/Detect_LDM_By_Detecting_VAE