Spaces:
Sleeping
Sleeping
AMontiB commited on
Commit ·
e3c412b
1
Parent(s): 5f9c46d
update
Browse files- JPEG_Ghost.py +1 -0
- PRNU.py +1 -1
JPEG_Ghost.py
CHANGED
|
@@ -102,6 +102,7 @@ def build_demo():
|
|
| 102 |
gr.Markdown("# 👻 JPEG Ghost Detection")
|
| 103 |
gr.Markdown(
|
| 104 |
"Detects forgeries by identifying regions within an image that were compressed with different **JPEG Quality Factors (QF)**. When an area from a different JPEG image is spliced in, it often carries the 'ghost' of its original compression level, which this tool can reveal. NOTE: This tool AUTOMATICALLY SIMULATE THE JPEG GHOST BY RECOMPRESSING THE SELECTED AREA. \n"
|
|
|
|
| 105 |
"**Instructions:**\n"
|
| 106 |
"1. **Upload** an image.\n"
|
| 107 |
"2. **Click** on the image to move the 256x256 selection box.\n"
|
|
|
|
| 102 |
gr.Markdown("# 👻 JPEG Ghost Detection")
|
| 103 |
gr.Markdown(
|
| 104 |
"Detects forgeries by identifying regions within an image that were compressed with different **JPEG Quality Factors (QF)**. When an area from a different JPEG image is spliced in, it often carries the 'ghost' of its original compression level, which this tool can reveal. NOTE: This tool AUTOMATICALLY SIMULATE THE JPEG GHOST BY RECOMPRESSING THE SELECTED AREA. \n"
|
| 105 |
+
"\n"
|
| 106 |
"**Instructions:**\n"
|
| 107 |
"1. **Upload** an image.\n"
|
| 108 |
"2. **Click** on the image to move the 256x256 selection box.\n"
|
PRNU.py
CHANGED
|
@@ -26,7 +26,7 @@ This tool analyzes an image to detect potential manipulations using Photo-Respon
|
|
| 26 |
|
| 27 |

|
| 28 |
|
| 29 |
-
|
| 30 |
1. Upload the camera's fingerprint file (`.dat` format).
|
| 31 |
2. Upload the JPG/PNG image you want to analyze.
|
| 32 |
3. Click **Submit** and view the resulting PCE map.
|
|
|
|
| 26 |
|
| 27 |

|
| 28 |
|
| 29 |
+
"**Instructions:**"
|
| 30 |
1. Upload the camera's fingerprint file (`.dat` format).
|
| 31 |
2. Upload the JPG/PNG image you want to analyze.
|
| 32 |
3. Click **Submit** and view the resulting PCE map.
|