Dekonstruktio commited on
Commit
e9e9db2
·
verified ·
1 Parent(s): 0783362

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -57,9 +57,9 @@ def inference(image, size):
57
  return result
58
 
59
 
60
- title = "Face Real ESRGAN UpScale: 2x 4x 8x"
61
- 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.<br>Telegram BOT: https://t.me/restoration_photo_bot"
62
- 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>"
63
 
64
 
65
  gr.Interface(inference,
 
57
  return result
58
 
59
 
60
+ title = ""
61
+ description = ""
62
+ article = ""
63
 
64
 
65
  gr.Interface(inference,