ohayonguy commited on
Commit
839dcf3
1 Parent(s): d13513d

improved description

Browse files
Files changed (1) hide show
  1. app.py +7 -2
app.py CHANGED
@@ -195,6 +195,11 @@ def inference(
195
 
196
  title = "Posterior-Mean Rectified Flow: Towards Minimum MSE Photo-Realistic Image Restoration"
197
  intro = """
 
 
 
 
 
198
  <h3 style="margin-bottom: 10px; text-align: center;">
199
  <a href="https://arxiv.org/abs/2410.00418">[Paper]</a>&nbsp;|&nbsp;
200
  <a href="https://pmrf-ml.github.io/">[Project Page]</a>&nbsp;|&nbsp;
@@ -204,7 +209,7 @@ intro = """
204
  Gradio demo for the blind face image restoration version of [Posterior-Mean Rectified Flow: Towards Minimum MSE Photo-Realistic Image Restoration](https://arxiv.org/abs/2410.00418).
205
  You may use this demo to enhance the quality of any image which contains faces.
206
 
207
- Please refer to our project's page for more details: https://pmrf-ml.github.io/.
208
 
209
  *Notes* :
210
 
@@ -215,7 +220,7 @@ Please refer to our project's page for more details: https://pmrf-ml.github.io/.
215
 
216
  article = r"""
217
 
218
- If you find our work useful, please help to ⭐ our <a href='https://github.com/ohayonguy/PMRF' target='_blank'>GitHub repository</a>. Thanks!
219
  [![GitHub Stars](https://img.shields.io/github/stars/ohayonguy/PMRF?style=social)](https://github.com/ohayonguy/PMRF)
220
 
221
  📝 **Citation**
 
195
 
196
  title = "Posterior-Mean Rectified Flow: Towards Minimum MSE Photo-Realistic Image Restoration"
197
  intro = """
198
+ <h3 style="margin-bottom: 10px; text-align: center;">
199
+ <a href="https://ohayonguy.github.io/">Guy Ohayon</a>&nbsp;,&nbsp;
200
+ <a href="https://tomer.net.technion.ac.il/">Tomer Michaeli</a>&nbsp;,&nbsp;
201
+ <a href="https://elad.cs.technion.ac.il/">Michael Elad</a>
202
+ </h3>
203
  <h3 style="margin-bottom: 10px; text-align: center;">
204
  <a href="https://arxiv.org/abs/2410.00418">[Paper]</a>&nbsp;|&nbsp;
205
  <a href="https://pmrf-ml.github.io/">[Project Page]</a>&nbsp;|&nbsp;
 
209
  Gradio demo for the blind face image restoration version of [Posterior-Mean Rectified Flow: Towards Minimum MSE Photo-Realistic Image Restoration](https://arxiv.org/abs/2410.00418).
210
  You may use this demo to enhance the quality of any image which contains faces.
211
 
212
+ PMRF is a novel photo-realistic image restoration algorithm. It (provably) approximates the optimal estimator that minimizes the Mean Squared Error (MSE) under a perfect perceptual quality constraint. Please refer to our project's page for more details: https://pmrf-ml.github.io/.
213
 
214
  *Notes* :
215
 
 
220
 
221
  article = r"""
222
 
223
+ If you find our work useful, please ⭐ our <a href='https://github.com/ohayonguy/PMRF' target='_blank'>GitHub repository</a>. Thanks!
224
  [![GitHub Stars](https://img.shields.io/github/stars/ohayonguy/PMRF?style=social)](https://github.com/ohayonguy/PMRF)
225
 
226
  📝 **Citation**