Kerogolon commited on
Commit
c6d98b7
1 Parent(s): 4dc91c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ def inference(image, size):
58
 
59
  title = "Face Real ESRGAN UpScale: 2x 4x 8x"
60
  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."
61
- #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><div>"
62
 
63
 
64
  gr.Interface(inference,
 
58
 
59
  title = "Face Real ESRGAN UpScale: 2x 4x 8x"
60
  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."
61
+ article = ""
62
 
63
 
64
  gr.Interface(inference,