Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -210,7 +210,7 @@ def inference(image, background_enhance, face_upsample, upscale, codeformer_fide
|
|
210 |
|
211 |
title = "CodeFormer: 强大的面部修复和增强网络"
|
212 |
description = r"""<center><img src='https://user-images.githubusercontent.com/14334509/189166076-94bb2cac-4f4e-40fb-a69f-66709e3d98f5.png' alt='CodeFormer logo'></center>
|
213 |
-
本页面是为方便英语不太好朋友了解如何使用,采用的是CPU,运算时间较长,请移步<b>官方Gradio
|
214 |
🔥 CodeFormer对于老照片和由AI生成人脸的强大的面部恢复算法.<br>
|
215 |
🤗 使用CodeFormer来提高stable-diffusion的生成效果!<br>
|
216 |
"""
|
|
|
210 |
|
211 |
title = "CodeFormer: 强大的面部修复和增强网络"
|
212 |
description = r"""<center><img src='https://user-images.githubusercontent.com/14334509/189166076-94bb2cac-4f4e-40fb-a69f-66709e3d98f5.png' alt='CodeFormer logo'></center>
|
213 |
+
本页面是为方便英语不太好朋友了解如何使用,采用的是CPU,运算时间较长,请移步<b><a href='https://huggingface.co/spaces/sczhou/CodeFormer'>官方Gradio示例</a>获取更好效果</b> for <a href='https://github.com/sczhou/CodeFormer' target='_blank'><b>Towards Robust Blind Face Restoration with Codebook Lookup Transformer (NeurIPS 2022)</b></a>.<br>
|
214 |
🔥 CodeFormer对于老照片和由AI生成人脸的强大的面部恢复算法.<br>
|
215 |
🤗 使用CodeFormer来提高stable-diffusion的生成效果!<br>
|
216 |
"""
|