alexnasa commited on
Commit
5f20410
·
verified ·
1 Parent(s): 0509497

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -297,11 +297,8 @@ with gr.Blocks(css=css, theme=theme) as demo:
297
  """
298
  <div style="text-align: center;">
299
  <p style="font-size:16px; display: inline; margin: 0;">
300
- <strong>SeeSR</strong> – Towards Semantics-Aware Real-World Image Super-Resolution
301
  </p>
302
- <a href="https://github.com/cswry/SeeSR" style="display: inline-block; vertical-align: middle; margin-left: 0.5em;">
303
- <img src="https://img.shields.io/badge/GitHub-Repo-blue" alt="GitHub Repo">
304
- </a>
305
  </div>
306
  """
307
  )
 
297
  """
298
  <div style="text-align: center;">
299
  <p style="font-size:16px; display: inline; margin: 0;">
300
+ <strong>Super-Resolution</strong>
301
  </p>
 
 
 
302
  </div>
303
  """
304
  )