BarrenWardo commited on
Commit
92d588d
·
1 Parent(s): 1499a8a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ def inference(img,mode):
52
 
53
 
54
  title = "Real-ESRGAN"
55
- description = "Gradio demo for Real-ESRGAN. To use it, simply upload your image, or click one of the examples to load them. Read more at the links below. Please click submit only once"
56
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2107.10833'>Real-ESRGAN: Training Real-World Blind Super-Resolution with Pure Synthetic Data</a> | <a href='https://github.com/xinntao/Real-ESRGAN'>Github Repo</a></p>"
57
 
58
  gr.Interface(
 
52
 
53
 
54
  title = "Real-ESRGAN"
55
+ description = "To use Real-ESRGAN, simply upload your image, or click one of the examples to load them. Read more at the links below. Please click submit only once"
56
  article = "<p style='text-align: center'><a href='https://arxiv.org/abs/2107.10833'>Real-ESRGAN: Training Real-World Blind Super-Resolution with Pure Synthetic Data</a> | <a href='https://github.com/xinntao/Real-ESRGAN'>Github Repo</a></p>"
57
 
58
  gr.Interface(