ohayonguy
commited on
Commit
·
4cb280a
1
Parent(s):
5320385
updated title and description
Browse files
app.py
CHANGED
@@ -147,7 +147,12 @@ 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 Posterior-Mean Rectified Flow (PMRF). Please refer to our project's page: https://pmrf-ml.github.io/.
|
|
|
|
|
|
|
|
|
|
|
151 |
"""
|
152 |
|
153 |
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 Posterior-Mean Rectified Flow (PMRF). Please refer to our project's page: https://pmrf-ml.github.io/.
|
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"""
|