Update app.py
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ with gr.Blocks(css=".output-image, .input-image, .image-preview {height: 400px !
|
|
83 |
<h1>WSCL: Image Manipulation Detection</h1>
|
84 |
<h4>This demo detects and localizes image manipulations. For best performance, please use image of size smaller than 1024x1024.</h4>
|
85 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
86 |
-
<a href="https://arxiv.org/abs/2309.01246" style="margin-right: 5px;"><img src="https://img.shields.io/badge/
|
87 |
<a href="https://github.com/yhZhai/WSCL" style="margin-left: 5px;"><img src='https://img.shields.io/badge/Github-WSCL-blue'></a>
|
88 |
</div>
|
89 |
</div>
|
|
|
83 |
<h1>WSCL: Image Manipulation Detection</h1>
|
84 |
<h4>This demo detects and localizes image manipulations. For best performance, please use image of size smaller than 1024x1024.</h4>
|
85 |
<div style="display: flex; justify-content: center; align-items: center; text-align: center;">
|
86 |
+
<a href="https://arxiv.org/abs/2309.01246" style="margin-right: 5px;"><img src="https://img.shields.io/badge/arXiv-2309.01246-red"></a>
|
87 |
<a href="https://github.com/yhZhai/WSCL" style="margin-left: 5px;"><img src='https://img.shields.io/badge/Github-WSCL-blue'></a>
|
88 |
</div>
|
89 |
</div>
|