doevent commited on
Commit
72ea4d8
1 Parent(s): 75a67b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -28,8 +28,8 @@ def inference(image: Image, size: str) -> Image:
28
 
29
 
30
  title = "Face Real ESRGAN: 2x 4x 8x"
31
- description = "Scales the resolution of a photo. This model shows better results on faces compared to the original version."
32
- article = "<div style='text-align: center;'>Develop by <a href='https://twitter.com/DoEvent' target='_blank'>Max Skobeev</a> | <a href='https://huggingface.co/sberbank-ai/Real-ESRGAN' target='_blank'>Model card</a> | <center><img src='https://visitor-badge.glitch.me/badge?page_id=max_skobeev_face_esrgan' alt='visitor badge'></center></div>"
33
 
34
  gr.Interface(inference,
35
  [gr.inputs.Image(type="pil"),
 
28
 
29
 
30
  title = "Face Real ESRGAN: 2x 4x 8x"
31
+ description = "This is an unofficial demo for Real-ESRGAN. Scales the resolution of a photo. This model shows better results on faces compared to the original version."
32
+ article = "<div style='text-align: center;'>Twitter <a href='https://twitter.com/DoEvent' target='_blank'>Max Skobeev</a> | <a href='https://huggingface.co/sberbank-ai/Real-ESRGAN' target='_blank'>Model card</a> <center><img src='https://visitor-badge.glitch.me/badge?page_id=max_skobeev_face_esrgan' alt='visitor badge'></center></div>"
33
 
34
  gr.Interface(inference,
35
  [gr.inputs.Image(type="pil"),