Spaces:
Running
on
Zero
Running
on
Zero
ohayonguy
commited on
Commit
·
82e4949
1
Parent(s):
4cb280a
added note
Browse files
app.py
CHANGED
@@ -147,12 +147,18 @@ def inference(img, aligned, scale, num_flow_steps):
|
|
147 |
title = "Posterior-Mean Rectified Flow: Towards Minimum MSE Photo-Realistic Image Restoration"
|
148 |
|
149 |
description = r"""
|
150 |
-
Gradio demo for the blind face image restoration version of Posterior-Mean Rectified Flow
|
|
|
|
|
|
|
|
|
151 |
|
152 |
You may use this demo to enhance the quality of any image which contains faces.
|
153 |
|
154 |
1. If your input image has only one face and it is aligned, please mark "Yes" to the answer below.
|
155 |
2. Otherwise, your image may contain any number of faces (>=1), and the quality of each face will be enhanced separately.
|
|
|
|
|
156 |
"""
|
157 |
|
158 |
css = r"""
|
|
|
147 |
title = "Posterior-Mean Rectified Flow: Towards Minimum MSE Photo-Realistic Image Restoration"
|
148 |
|
149 |
description = r"""
|
150 |
+
Gradio demo for the blind face image restoration version of <a href='https://arxiv.org/abs/2410.00418' target='_blank'><b>Posterior-Mean Rectified Flow: Towards Minimum MSE Photo-Realistic Image Restoration</b></a>.
|
151 |
+
|
152 |
+
Please refer to our project's page for more details: https://pmrf-ml.github.io/.
|
153 |
+
|
154 |
+
---
|
155 |
|
156 |
You may use this demo to enhance the quality of any image which contains faces.
|
157 |
|
158 |
1. If your input image has only one face and it is aligned, please mark "Yes" to the answer below.
|
159 |
2. Otherwise, your image may contain any number of faces (>=1), and the quality of each face will be enhanced separately.
|
160 |
+
|
161 |
+
<b>NOTE</b>: Our model is designed to restore aligned face images, but here we incorporate mechanisms that allow restoring the quality of any image that contains any number of faces. Thus, the resulting quality of such general images is not guaranteed.
|
162 |
"""
|
163 |
|
164 |
css = r"""
|