Zongsheng commited on
Commit
4b550b9
1 Parent(s): 065ece6

delete the picture of framework

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -78,7 +78,7 @@ def predict(im_path, background_enhance, face_upsample, upscale, started_timeste
78
  return image_restored, str(save_path)
79
 
80
  title = "DifFace: Blind Face Restoration with Diffused Error Contraction"
81
- description = r"""<center><img src='https://github.com/zsyOAOA/DifFace/blob/master/assets/DifFace_Framework.png' alt='DifFace logo'></center>
82
  <b>Official Gradio demo</b> for <a href='https://github.com/zsyOAOA/DifFace' target='_blank'><b>DifFace: Blind Face Restoration with Diffused Error Contraction</b></a>.<br>
83
  🔥 DifFace is a robust face restoration algorithm for old or corrupted photos.<br>
84
  """
 
78
  return image_restored, str(save_path)
79
 
80
  title = "DifFace: Blind Face Restoration with Diffused Error Contraction"
81
+ description = r"""
82
  <b>Official Gradio demo</b> for <a href='https://github.com/zsyOAOA/DifFace' target='_blank'><b>DifFace: Blind Face Restoration with Diffused Error Contraction</b></a>.<br>
83
  🔥 DifFace is a robust face restoration algorithm for old or corrupted photos.<br>
84
  """